C#
VB
Java
C++
Total number of items in the cache in all regions.
[DataMemberAttribute(Name="items")]
public int Items { get; set; }
<DataMemberAttribute(Name:="items")>
Public Property Items() As Integer
Get
Set
public:
[DataMemberAttribute(Name=L"items")]
property int Items
{
int get()
void set(int value)
}
public int getItems()
public void setItems(int value)
The total number of items in the cache in all regions. If this is the cache used by the LEADTOOLS Document Viewer then an item can be a page raster image, thumbnail, text data, etc.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET