OnPartReadyEventArgs Properties

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The OnPartReadyEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAsyncState
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Public propertyAsyncWaitHandle
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
Public propertyCancelled
Indicates if the request was cancelled.
Public propertyCompletedSynchronously
Gets a value that indicates whether the asynchronous operation completed synchronously.
Public propertyData
The data of the part being returned.
Public propertyError
If an error has occured, Error contains information about the error; otherwise, Error is null.
Public propertyIsCompleted
Gets a value that indicates whether the asynchronous operation has completed.
Public propertyIsCompressed
Indicates if the bytes in Data are compressed flate compressed.
Public propertyPartName
The name of the part being returend.

See Also