Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

PreprocessorInvert Property

Show in webframe
Indicates that automatic inversion correction should be used.
Syntax
get_preprocessorInvert();
set_preprocessorInvert(value);
Object.defineProperty('preprocessorInvert');

Property Value

TypeDescription
booleantrue if automatic inversion correction should be used; otherwise, false. Default value is false.
Remarks

PreprocessorInvert is supported when OCR is used during conversion. If the value is true, the engine will set the value of of the LEADTOOLS OCR AutoRecognize Manager Preprocess commands accordingly.

PreprocessorInvert is not supported during raster conversion.

PreprocessorInvert is not supported when SVG is used during conversion.

See Also

Reference

DocumentConverterJobData Object
DocumentConverterJobData Members

Error processing SSI file