←Select platform

Preprocessor Property

Summary

Object that manages the pre-processing options of the document converter.

Syntax
C#
VB
C++
Java
public DocumentConverterPreprocessor Preprocessor { get; } 
Public ReadOnly Property Preprocessor() As DocumentConverterPreprocessor 
   Get 
public:  
   property DocumentConverterPreprocessor^ Preprocessor 
   { 
      DocumentConverterPreprocessor^ get() 
   } 
public DocumentConverterPreprocessor getPreprocessor() 

Property Value

The object that manages the pre-processing options of this DocumentConverter.

Remarks

Refer to DocumentConverterPreprocessor for more information.

Example

For an example, refer to DocumentConverterPreprocessor.

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