The XpsClient type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| BeginOperation |
Begins a new async operation.
(Inherited from AsyncOperationClient.) | |
| CancelAsync |
Cancels the current pending asynchronous operation.
(Inherited from AsyncOperationClient.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadFixedPageAsync(PageContent) |
Loads the specified fixed page asynchronously using default page load settings.
| |
| LoadFixedPageAsync(PageContent, LoadFixedPageSettings) |
Loads the specified fixed page asynchronously.
| |
| LoadFixedPageAsync(PageContent, LoadFixedPageSettings, Object) |
Loads the specified page asynchronously.
| |
| LoadResourceAsync(XpsResource) |
Loads the specified resource asynchronously.
| |
| LoadResourceAsync(XpsResource, Object) |
Loads the specified resource asynchronously.
| |
| LoadXpsDocumentAsync(IPackageReader) |
Loads the XPS document asynchronously with default load settings.
| |
| LoadXpsDocumentAsync(IPackageReader, LoadXpsDocumentSettings) |
Loads the XPS document asynchronously.
| |
| LoadXpsDocumentAsync(IPackageReader, LoadXpsDocumentSettings, Object) |
Loads the XPS document asynchronously.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CurrentOperation |
Gets the operation available on the current thread.
(Inherited from AsyncOperationClient.) | |
| IsBusy |
Gets a value indicating whether the AsyncOperationClient is running an asynchronous operation.
(Inherited from AsyncOperationClient.) | |
| IsCurrentOperationCancelled |
Determines whether the operation running on the current thread is cancelled.
(Inherited from AsyncOperationClient.) |
Events
| Name | Description | |
|---|---|---|
| LoadFixedPageCompleted |
Occurs when a load fixed page operation has completed.
| |
| LoadResourceCompleted |
Occurs when a load resource operation has completed.
| |
| LoadXpsDocumentCompleted |
Occurs when a load XPS document operation has completed.
|