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 : MediaWriterProgress Enumeration |
public enum MediaWriterProgress : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MediaWriterProgress Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MediaWriterProgress
public enum class MediaWriterProgress : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | OperationProgressIdle | (0) No operation is being performed. |
0x00000001 | OperationProgressInitializing | (1) Performing steps required before starting the actual operation. |
0x00000002 | OperationProgressWriting | (2) Writing an image to disc. |
0x00000003 | OperationProgressFinalizing | (3) Finalizing the current operation. |
0x00000004 | OperationProgressErasing | (4) Erasing data from disc. |
0x00000005 | OperationProgressCompleted | (5) Operation completed. |
0x00000006 | OperationProgressAborting | (6) Operation aborting due to errors. |
0x00000007 | OperationProgressAborted | (7) Operation aborted due to errors. |
System.Object
System.ValueType
System.Enum
Leadtools.MediaWriter.MediaWriterProgress