The Eraseable Property is available in LEADTOOLS Document and Medical Imaging toolkits.
(Read only) Gets the erasable state for the drive associated with this disc.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Eraseable As Boolean |
C# | |
---|
public bool Eraseable {get;} |
C++/CLI | |
---|
public:
property bool Eraseable {
bool get();
} |
Return Value
True |
Erasable |
False |
Not Erasable |
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also