Progress Property

Summary

Variable containing the current progress of the writable drive operation.

Syntax
C#
VB
C++
public MediaWriterProgress Progress { get; } 
Public ReadOnly Property Progress As MediaWriterProgress 
public: 
property MediaWriterProgress Progress { 
   MediaWriterProgress get(); 
} 

Property Value

The progress for the current drive.

Remarks

For the list of possible progress states, please see MediaWriterProgress.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly