←Select platform

DocumentConverter Constructor

Summary

Initializes a new instance of DocumentConverter.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly