←Select platform

DocumentConverter Constructor

Summary

Initializes a new instance of DocumentConverter.

Syntax
C#
VB
C++
Java
Public Sub New() 
public DocumentConverter() 

Remarks

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

Example

For an example, refer to DocumentConverter.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly