Document.OnLoadPartAsyncCallbackArgs Properties
| PDFTron SilverDox SDK |
| Document..::..OnLoadPartAsyncCallbackArgs Properties |
| Document..::..OnLoadPartAsyncCallbackArgs Class See Also Send Feedback |
The Document..::..OnLoadPartAsyncCallbackArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AsyncState |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
| |
| AsyncWaitHandle |
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
| |
| CompletedSynchronously |
Gets a value that indicates whether the asynchronous operation completed synchronously.
| |
| Error |
If an error has occured, Error contains information about the error; otherwise, Error is null.
| |
| IsCompleted |
Gets a value that indicates whether the asynchronous operation has completed.
| |
| Part |
A byte array which is the part's data.
| |
| PartName |
The name of the part.
|