Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.MediaWriter Namespace : MediaWriterState Enumeration |
public enum MediaWriterState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MediaWriterState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MediaWriterState
public enum class MediaWriterState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | StateIdle | (0) The writable drive is in the idle state. |
0x00000001 | StateWriting | (1) The writable drive is writing data to the disc. |
0x00000002 | StateTestWriting | (2) The writable drive is performing a test write. No actual data is written to the disc. |
0x00000003 | StateErasing | (3) The writable drive is erasing the disc. |
System.Object
System.ValueType
System.Enum
Leadtools.MediaWriter.MediaWriterState