|
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.Converters Namespace > DocumentConverter Class : DocumentConverter Constructor |
public DocumentConverter()
'Declaration
Public Function New()
'Usage
Dim instance As New DocumentConverter()
public DocumentConverter()
public:
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.