The State Property is available in LEADTOOLS LEADTOOLS Document and Medical Imaging and in LEADTOOLS DVD Module toolkits.
Gets the MediaWriterState for the current drive.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property State As MediaWriterState |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MediaWriterDrive Dim value As MediaWriterState value = instance.State |
C# | |
---|---|
public MediaWriterState State {get;} |
C++/CLI | |
---|---|
public: property MediaWriterState State { MediaWriterState get(); } |
Property Value
The state for the current drive.This property can be retrieved to examine the current state before a media writer operation. If the calling application does not check this property before using one of the MediaWriterDrive methods, the requested method call may fail. For the list of possible states, see MediaWriterState. The following is a list of all possible operations with the required state for each operation:
Operation | Required State |
BurnDisc | Idle |
TestWriteDisc | Idle |
EraseDisc | Idle |
LoadDisc | Idle |
EjectDisc | Idle |
Cancel | Any |
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7