Gets the value, in percent, of the completion for the current operation.
public int Percentage { get; }
Public ReadOnly Property Percentage As Integer
public int Percentage {get;}
public int getPercentage()
get_Percentage();
public:
property int Percentage {
int get();
}
A number between 0 and 100 that indicates in percent how close to finishing the current operation is.
Use this property to provide visual feedback to the user in a progress bar.
For an example, refer to DocumentWriter.Progress.
DocumentProgressEventArgs Class
DocumentProgressEventArgs Members
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET