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

PreprocessorDeskew Property

Show in webframe
Indicates that automatic deskewing should be used.
Syntax
get_preprocessorDeskew();
set_preprocessorDeskew(value);
Object.defineProperty('preprocessorDeskew');

Property Value

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

PreprocessorDeskew 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.

PreprocessorDeskew is supported during raster conversion. If the value is true, the engine will use the Deskew LEADTOOLS image processing command.

PreprocessorDeskew is not supported when SVG is used during conversion.

See Also

Reference

DocumentConverterJobData Object
DocumentConverterJobData Members

Error processing SSI file