←Select platform

Regions Property

Summary

Number of current regions in the cache.

Syntax

C#
VB
Java
C++
[DataMemberAttribute(Name="regions")] 
public int Regions { get; set; } 
<DataMemberAttribute(Name:="regions")>  
Public Property Regions() As Integer 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"regions")] 
   property int Regions 
   { 
      int get() 
      void set(int value) 
   } 
public int getRegions() 
public void setRegions(int value) 

Property Value

The number of current regions in the cache. If this is the cache used by the LEADTOOLS Document Viewer then each region represents a document.

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