C#
VB
C++
The ProgressEventArgs object is the event arguments object for the ProgressEventHandler. For more information, see ProgressEventHandler
public ProgressEventArgs(
int val
)
Public Function New( _
ByVal val As Integer _
)
public:
ProgressEventArgs(
int val
)
val
For capture progress events, this value represents the capture time in seconds. For convert progress events, this value represents the percentage complete.
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