←Select platform

DocumentProgressEventArgs Constructor

Summary
Initializes a new DocumentProgressEventArgs object with given parameters.
Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal percentage As Integer _ 
) 
public DocumentProgressEvent(Object source, int percentage) 
public: 
DocumentProgressEventArgs(  
   int percentage 
) 

Parameters

percentage
Progress percentage value (from 0 to 100).

Remarks

You do not need to initialize an instance of the DocumentProgressEventArgs class normally.

Example

For an example, refer to DocumentWriter.Progress.

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.