The Size Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Represents the size of the user context store in bytes.| Visual Basic (Declaration) | |
|---|---|
Function Size() As Long | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IStorageProvider Dim value As Long value = instance.Size() | |
| C# | |
|---|---|
long Size() | |
| C++/CLI | |
|---|---|
int64 Size(); | |
Return Value
The total number of System.Byte for the user context cache.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code