|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
| Leadtools.Documents Namespace : LoadAsyncProgressEventArgs Class |


public class LoadAsyncProgressEventArgs : System.ComponentModel.ProgressChangedEventArgs
'Declaration
Public Class LoadAsyncProgressEventArgs Inherits System.ComponentModel.ProgressChangedEventArgs
'Usage
Dim instance As LoadAsyncProgressEventArgs
public ref class LoadAsyncProgressEventArgs : public System.ComponentModel.ProgressChangedEventArgs
LoadAsyncProgressEventArgs derives from ProgressChangedEventArgs and contains the following members:
| Member | Description |
|---|---|
| ProgressChangedEventArgs.ProgressPercentage |
Current progress percentage. This value goes from 0 to 100. . |
| 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.