Class Orientation
Inheritance
System.Object
Orientation
Assembly: IronOcr.dll
Syntax
public sealed class Orientation : Enum
Read which way a page is turned with Orientation, the value Page.DetectBestOrientation reports for a scanned image. PageUp means the text reads normally with no rotation needed, the common case for a clean scan. PageRight and PageLeft mark a page rotated a quarter turn one way or the other, and PageDown marks one that is upside down. Use the result to rotate the image upright before recognition. The detect page rotation how-to covers reading orientation in practice.
Fields
PageDown
Declaration
public const Orientation PageDown
Field Value
PageLeft
Declaration
public const Orientation PageLeft
Field Value
Declaration
public const Orientation PageRight
Field Value
PageUp
Declaration
public const Orientation PageUp
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|