LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
BytesLimit Property
See Also 
Leadtools.Medical.Caching Namespace > Cache Class : BytesLimit Property



The BytesLimit Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Gets or sets the maximum size of the cache in bytes.

Syntax

Visual Basic (Declaration) 
Public Property BytesLimit As Long
Visual Basic (Usage)Copy Code
Dim instance As Cache
Dim value As Long
 
instance.BytesLimit = value
 
value = instance.BytesLimit
C# 
public long BytesLimit {get; set;}
C++/CLI 
public:
property int64 BytesLimit {
   int64 get();
   void set (    int64 value);
}

Property Value

The total number of bytes the cache store shouldn't exceeds.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also