←Select platform

Preprocessor Property

Summary

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

Syntax

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

Leadtools.Documents.Converters Assembly