Enum
Orientation

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.

Declaration

cs-api-definition
PageDown = 2

Field Value

Orientation

PageLeft

Page needs to be rotated so the left hand side is up, 90 degress clockwise, to be readable.

Declaration

cs-api-definition
PageLeft = 3

Field Value

Orientation

PageRight

Page needs to be rotated so the right hand side is up, 90 degress counter clockwise, to be readable.

Declaration

cs-api-definition
PageRight = 1

Field Value

Orientation

PageUp

Page is correctly alligned with up and no rotation is needed.

Declaration

cs-api-definition
PageUp = 0

Field Value

Orientation

In this article
DefinitionFieldsPageDownPageLeftPageRightPageUp
Not finding the help you need?
Contact Support