The Progress Property is available in LEADTOOLS LEADTOOLS Document and Medical Imaging and in LEADTOOLS DVD Module toolkits.
Variable containing the current progress of the writable drive operation.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Progress As MediaWriterProgress |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MediaWriterProgressEventArgs Dim value As MediaWriterProgress value = instance.Progress |
C# | |
---|---|
public MediaWriterProgress Progress {get;} |
C++/CLI | |
---|---|
public: property MediaWriterProgress Progress { MediaWriterProgress get(); } |
Property Value
The progress for the current drive.For the list of possible progress states, please see MediaWriterProgress.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7