Click or drag to resize

WritingDirection Enumeration

The grapheme clusters within a line of text are laid out logically in this direction, judged when looking at the text line rotated so that its Orientation is "page up". For English text, the writing direction is left-to-right. For the Chinese text in the above example, the writing direction is top-to-bottom.

Namespace: Patagames.Ocr.Enums
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public enum WritingDirection
Members
Member nameValueDescription
WRITING_DIRECTION_LEFT_TO_RIGHT0 Left-to-rigth writing direction
WRITING_DIRECTION_RIGHT_TO_LEFT1 Right-to-left writing direction
WRITING_DIRECTION_TOP_TO_BOTTOM2 Top-to-bottom writing direction
See Also