The MediaWriterState Enumeration is available in LEADTOOLS LEADTOOLS Document and Medical Imaging and in LEADTOOLS DVD Module toolkits.
Provides the enumeration for the current operation state.Visual Basic (Declaration) | |
---|---|
Public Enum MediaWriterState Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MediaWriterState |
C# | |
---|---|
public enum MediaWriterState : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class MediaWriterState : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
StateErasing | The writable drive is erasing the disc. |
StateIdle | The writable drive is in the idle state. |
StateTestWriting | The writable drive is performing a test write. No actual data is written to the disc. |
StateWriting | The writable drive is writing data to the disc. |
This enumeration type provides the list of all possible operation states for the drive. Note: Certain operations and checks cannot be performed while the writable drive is not in the Idle state.
System.Object
System.ValueType
System.Enum
Leadtools.MediaWriter.MediaWriterState
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7