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

Show in webframe

Orient Property






Indicates that automatic orientation correction should be used.
Syntax
public bool Orient {get; set;}
'Declaration
 
Public Property Orient As Boolean
'Usage
 
Dim instance As DocumentConverterPreprocessor
Dim value As Boolean
 
instance.Orient = value
 
value = instance.Orient
public boolean getOrient()
public void setOrient(boolean value)
            
public:
property bool Orient {
   bool get();
   void set (    bool 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

See Also

Reference

DocumentConverterPreprocessor Class
DocumentConverterPreprocessor Members

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features