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 current drive.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property DiscCapacity As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MediaWriterDisc
Dim value As Integer
value = instance.DiscCapacity
|
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