←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly