The DiscCapacity Property is available in LEADTOOLS Document and Medical Imaging toolkits.
(Read only) Gets the capacity, in bytes, of the inserted media in the drive.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property DiscCapacity As Integer |
C# | |
---|
public int DiscCapacity {get;} |
C++/CLI | |
---|
public:
property int DiscCapacity {
int get();
} |
Return Value
A integer value representing the size in bytes of the current media.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also