←Select platform

Items Property

Summary

Total number of items in the cache in all regions.

Syntax

C#
VB
Java
C++
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly