Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace : LoadDocumentAsyncOptions Class |
The following tables list the members exposed by LoadDocumentAsyncOptions.
Name | Description | |
---|---|---|
LoadDocumentAsyncOptions Constructor | Initializes a new instance of LoadDocumentAsyncOptions with default parameters. |
Name | Description | |
---|---|---|
AnnotationsUri | The location to the external annotation file associated with the document. (Inherited from Leadtools.Documents.LoadDocumentOptions) | |
Cache | The cache to use with the new document. (Inherited from Leadtools.Documents.LoadDocumentOptions) | |
CacheOptions | Determines which part of the document will be stored in the cache. (Inherited from Leadtools.Documents.LoadDocumentOptions) | |
CachePolicy | The cache policy to use with the new document. (Inherited from Leadtools.Documents.LoadDocumentOptions) | |
LoadEmbeddedAnnotations | Indicates whether to try to load the annotations embedded in the document itself. (Inherited from Leadtools.Documents.LoadDocumentOptions) | |
MaximumImagePixelSize | Maximum width or height in pixels to use when obtaining image data from the pages in this document. (Inherited from Leadtools.Documents.LoadDocumentOptions) | |
MayHaveDifferentPageSizes | Hint to the loader that the document may contain pages with different size. (Inherited from Leadtools.Documents.LoadDocumentOptions) | |
Name | Optional name of the document. (Inherited from Leadtools.Documents.LoadDocumentOptions) | |
Password | The password to use if the document is encrypted. (Inherited from Leadtools.Documents.LoadDocumentOptions) | |
UseCache | Indicates whether the new document will use the cache system. (Inherited from Leadtools.Documents.LoadDocumentOptions) | |
UserState | The user-defined state object associated with this operation. | |
WebClient | The .NET WebClient object to use when downloading or uploading data from a remote URL. (Inherited from Leadtools.Documents.LoadDocumentOptions) |
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. |