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 |
public class LoadDocumentAsyncOptions : LoadDocumentOptions
'Declaration
Public Class LoadDocumentAsyncOptions Inherits LoadDocumentOptions
'Usage
Dim instance As LoadDocumentAsyncOptions
public ref class LoadDocumentAsyncOptions : public LoadDocumentOptions
Used with DocumentFactory.LoadFromUriAsync to specify extra options to use when loading documents asynchronously.
LoadDocumentAsyncOptions derives from LoadDocumentOptions and should be setup in the same way. Loading a document asynchronously will return control to the user right away and the document is loaded in a separate thread. Therefore, LoadDocumentAsyncOptions adds the following members to easily track the status of the load operation:
Refer to Loading Documents using Leadtools.Documents for detailed information.
For an example, refer to DocumentFactory.LoadFromUriAsync.