EnumOrientation
Enum
Represents orientation that the page would need to be rotated so that .
Definition
Namespace:Tesseract
Assembly:Telerik.Windows.Documents.TesseractOcr.dll
Syntax:
cs-api-definition
public enum Orientation
Fields
PageDown
Page needs to be rotated so the bottom side is up, 180 degress counter clockwise, to be readable.
PageLeft
Page needs to be rotated so the left hand side is up, 90 degress clockwise, to be readable.
PageRight
Page needs to be rotated so the right hand side is up, 90 degress counter clockwise, to be readable.
PageUp
Page is correctly alligned with up and no rotation is needed.