The CurrentSize Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Gets the current size of the cache store in bytes.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property CurrentSize As Long | |
| C# | |
|---|---|
public long CurrentSize {get;} | |
Property Value
The size of stored cache items in bytes.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code