Initializes a new DocumentProgressEventArgs object with given parameters.
public DocumentProgressEventArgs(
int percentage
)
Public Function New( _
ByVal percentage As Integer _
)
public DocumentProgressEventArgs(
int percentage
)
public DocumentProgressEvent(Object source, int percentage)
function DocumentProgressEventArgs(
percentage
)
public:
DocumentProgressEventArgs(
int percentage
)
percentage
Progress percentage value (from 0 to 100).
You do not need to initialize an instance of the DocumentProgressEventArgs class normally.
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