The following tables list the members exposed by LoadDocumentAsyncOptions.
Public Constructors
Name | Description | |
---|---|---|
LoadDocumentAsyncOptions | Initializes a new instance of LoadDocumentAsyncOptions with default parameters. | |
LoadDocumentOptions | Initializes a new instance of LoadDocumentOptions with default parameters. (Inherited from LoadDocumentOptions) |
Public Properties
Name | Description | |
---|---|---|
AnnotationsUri | The location to the external annotation file associated with the document. (Inherited from LoadDocumentOptions) | |
Cache | The cache to use with the new document. (Inherited from LoadDocumentOptions) | |
CacheOptions | Determines which part of the document will be stored in the cache. (Inherited from LoadDocumentOptions) | |
CachePolicy | The cache policy to use with the new document. (Inherited from LoadDocumentOptions) | |
DocumentId | The ID to be used with the loaded document. (Inherited from LoadDocumentOptions) | |
FirstPageNumber | Number of the first page to be loaded from the document. (Inherited from LoadDocumentOptions) | |
LastPageNumber | Number of the last page to be loaded from the document. (Inherited from LoadDocumentOptions) | |
LoadEmbeddedAnnotations | Indicates whether to try to load the annotations embedded in the document itself. (Inherited from LoadDocumentOptions) | |
MaximumImagePixelSize | Maximum width or height in pixels to use when obtaining image data from the pages in this document. (Inherited from LoadDocumentOptions) | |
MayHaveDifferentPageSizes | Hint to the loader that the document may contain pages with different size. (Inherited from LoadDocumentOptions) | |
MimeType | The optional mime type of the document being loaded. (Inherited from LoadDocumentOptions) | |
Name | Optional name of the document. (Inherited from LoadDocumentOptions) | |
Password | The password to use if the document is encrypted. (Inherited from LoadDocumentOptions) | |
UseCache | Indicates whether the new document will use the cache system. (Inherited from LoadDocumentOptions) | |
UserState | The user-defined state object associated with this operation. | |
WebClient | The .NET System.Net.WebClient object to use when downloading or uploading data from a remote URL. (Inherited from LoadDocumentOptions) |
Public Events
Name | Description | |
---|---|---|
Completed | Event that occurs when the factory finishes loading the document successfully or otherwise. | |
Progress | Event that occurs one or more times while the factory is loading the document to indicate the current progress. |