Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

LoadAsyncProgressEventArgs Class






Members 
Data for the LoadDocumentAsyncOptions.Progress event.
Object Model
Syntax
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 
Remarks

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.

Example

For an example, refer to DocumentFactory.LoadFromUriAsync.

Requirements

Target Platforms

See Also

Reference

LoadAsyncProgressEventArgs Members
Leadtools.Documents Namespace

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features