C#
VB
Java
C++
Initializes a new instance of DocumentConverter.
This constructor will initialize the members of this class as follows:
| Member | Value |
|---|---|
| Jobs | A new instance of DocumentConverterJobs |
| Options | A new instance of DocumentConverterOptions |
| Preprocessor | A new instance of DocumentConverterPreprocessor |
| Diagnostics | A new instance of DocumentConverterDiagnostics |
| OcrEngineInstance | null and must be set to a valid value if OCR conversion is used |
| DocumentWriterInstance | null and must be set to a valid value if document conversion is used |
| AnnRenderingEngineInstance | null and must be set to a valid value if annotations overlay support is used in the conversion |
| LoadDocumentOptions | Default LoadDocumentOptions value |
For an example, refer to DocumentConverter.