C#
VB
C++
Occurs periodically during a capture operation to notify of capture progress.
public event ProgressEventHandler Progress
Public Event Progress As Leadtools.Mediafoundation.ProgressEventHandler
public:
event Leadtools.Mediafoundation.ProgressEventHandler^ Progress
The event handler receives an argument of type ProgressEventArgs containing data related to this event. The following ProgressEventArgs properties provide information specific to this event.
Property | Description |
---|---|
percent | The percentage complete for convert progress notifications. |
time | The time elapsed for capture progress notifications. |
The event handler is passed a ProgressEventArgs containing the capture time.
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