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;} |
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