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