Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Show in webframe

BytesLimit Property






Gets or sets the maximum size of the cache in bytes.
Syntax
public long BytesLimit {get; set;}
'Declaration
 
Public Property BytesLimit As Long
'Usage
 
Dim instance As Cache
Dim value As Long
 
instance.BytesLimit = value
 
value = instance.BytesLimit

            

            
public:
property int64 BytesLimit {
   int64 get();
   void set (    int64 value);
}

Property Value

The maximum size of the cache, in bytes. The size should not exceed this value.
Requirements

Target Platforms

See Also

Reference

Cache Class
Cache Members

Error processing SSI file