The following tables list the members exposed by DocumentConverter.
Public Constructors
Name | Description | |
---|---|---|
DocumentConverter | Initializes a new instance of DocumentConverter. |
Public Methods
Name | Description | |
---|---|---|
SetAnnRenderingEngineInstance | Sets the rendering engine to use when overlaying annotations during document conversion. | |
SetDocumentWriterInstance | Sets the document writer instance to use when converting documents. | |
SetOcrEngineInstance | Sets the engine instance to use when converting documents using OCR. |
Protected Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by this DocumentConverter. | |
Finalize | This method overrides System.Object.Finalize |
Public Properties
Name | Description | |
---|---|---|
AnnRenderingEngineInstance | Rendering engine to use when overlaying annotations during document conversion. | |
Diagnostics | Object that manages the diagnostics options to use with the document converter. | |
DocumentWriterInstance | Document writer instance to use when converting documents. | |
Jobs | Object that manages creating and running jobs in this document converter as well as job status events. | |
LoadDocumentOptions | Options to use when creating LEADDocument objects. | |
OcrEngineInstance | Engine instance to use when converting documents using OCR. | |
Options | Object that manages the extra options to use with the document converter. | |
Preprocessor | Object that manages the pre-processing options of the document converter. |