preprocessorOrient Property

Summary

Indicates that automatic orientation correction should be used.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentConverterJobData.prototype, 'preprocessorOrient', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
preprocessorOrient: boolean; 

Property Value

true if automatic orientation correction should be used; otherwise, false. Default value is false.

Remarks

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

PreprocessorOrient is not supported during raster conversion.

PreprocessorOrient is not supported when SVG is used during conversion.

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 Assembly