←Select platform

Orient Property

Summary

Indicates that automatic orientation correction should be used.

Syntax
C#
VB
C++
Java
public bool Orient { get; set; } 
Public Property Orient() As Boolean 
   Get 
   Set 
public:  
   property bool Orient 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getOrient() 
public void setOrient(boolean value) 

Property Value

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

Remarks

Orient is supported when OCR is used during conversion. If the value is true, the engine will set the value of IOcrAutoRecognizeManager.PreprocessPageCommands accordingly.

Orient is not supported during raster conversion.

Orient is not supported when SVG is used during conversion.

Example

For an example, refer to DocumentConverterPreprocessor.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.