Data for the LoadDocumentAsyncOptions.Progress event.
public class LoadAsyncProgressEventArgs : ProgressChangedEventArgs Public Class LoadAsyncProgressEventArgsInherits System.ComponentModel.ProgressChangedEventArgs
public ref class LoadAsyncProgressEventArgs : System::ComponentModel::ProgressChangedEventArgs LoadAsyncProgressEventArgs derives from System.ComponentModel.ProgressChangedEventArgs and contains the following members:
| Member | Description |
|---|---|
| System.ComponentModel.ProgressChangedEventArgs.ProgressPercentage | Current progress percentage. This value goes from 0 to 100.. |
| System.ComponentModel.ProgressChangedEventArgs.UserState | The same value originally set by the user in LoadDocumentAsyncOptions.UserState. |
|
Uri |
The location of the document being loaded. This is the uri value passed to LoadFromUriAsync |
|
BytesReceived |
Number of bytes received during this chunk of the operation. |
|
TotalBytesToReceive |
Total number of bytes received so far for the whole load operation. |
|
IsCancelPending |
Can be used to abort the load operation. |
For an example, refer to DocumentFactory.LoadFromUriAsync.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
