C#
VB
C++
Initializes a new instance of the AutoFormsProgressEventArgs class.
public AutoFormsProgressEventArgs(
AutoFormsOperation operation,
int percentage
)
Public Function New( _
ByVal operation As Leadtools.Forms.Auto.AutoFormsOperation, _
ByVal percentage As Integer _
)
public:
AutoFormsProgressEventArgs(
Leadtools.Forms.Auto.AutoFormsOperation operation,
int percentage
)
operation
The current running AutoFormsOperation.
percentage
A value between 0 and 100 that represents the percent completion of the process.
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