The MediaWriterProgress Enumeration is available in LEADTOOLS LEADTOOLS Document and Medical Imaging and in LEADTOOLS DVD Module toolkits.
Provides the enumeration for current operation progress.| Visual Basic (Declaration) | |
|---|---|
Public Enum MediaWriterProgress Inherits System.Enum Implements IComparable, IConvertible, IFormattable  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As MediaWriterProgress  | |
| C# | |
|---|---|
public enum MediaWriterProgress : System.Enum, IComparable, IConvertible, IFormattable  | |
| C++/CLI | |
|---|---|
public enum class MediaWriterProgress : public System.Enum, IComparable, IConvertible, IFormattable  | |
| Member | Description | 
|---|---|
| OperationProgressAborted | Operation aborted due to errors. | 
| OperationProgressAborting | Operation aborting due to errors. | 
| OperationProgressCompleted | Operation completed. | 
| OperationProgressErasing | Erasing data from disc. | 
| OperationProgressFinalizing | Finalizing the current operation. | 
| OperationProgressIdle | [0] No operation is being performed. | 
| OperationProgressInitializing | Performing steps required before starting the actual operation. | 
| OperationProgressWriting | Writing an image to disc. | 
This enumeration provides the list of all possible progress states for the writable drive.
            System.Object
   System.ValueType
      System.Enum
         Leadtools.MediaWriter.MediaWriterProgress
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                           
Copy Code