Enum
WritingDirection

The grapheme cluster within a line of text are laid out logically in this direction, judged when looking at the text line rotated so that Orientation is "page up".

Definition

Namespace:Tesseract

Assembly:Telerik.Windows.Documents.TesseractOcr.dll

Syntax:

cs-api-definition
public enum WritingDirection

Fields

LeftToRight

The text line from the left hand side to the right hand side when the page is rotated so it's orientation is PageUp.

Declaration

cs-api-definition
LeftToRight = 0

Field Value

WritingDirection

RightToLeft

The text line from the right hand side to the left hand side when the page is rotated so it's orientation is PageUp.

Declaration

cs-api-definition
RightToLeft = 1

Field Value

WritingDirection

TopToBottom

The text line from the top to the bottom of the page when the page is rotated so it's orientation is PageUp.

Declaration

cs-api-definition
TopToBottom = 2

Field Value

WritingDirection

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