←Select platform

Items Property

Summary

Total number of items in the cache in all regions.

Syntax
C#
VB
C++
Java
[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) 

Property 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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.