Click or drag to resize

TextlineOrder Enumeration

Represents the text lines are read in the given sequence.

Namespace: Patagames.Ocr.Enums
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public enum TextlineOrder
Members
Member nameValueDescription
TEXTLINE_ORDER_LEFT_TO_RIGHT0 Left-to-right line order
TEXTLINE_ORDER_RIGHT_TO_LEFT1 Right-to-left line order
TEXTLINE_ORDER_TOP_TO_BOTTOM2 Top-to-bottom line order
Remarks
In English, the order is top-to-bottom. In Chinese, vertical text lines are read right-to-left.Mongolian is written in vertical columns top to bottom like Chinese, but the lines order left-to right.
Note  Note
Note that only some combinations make sense.For example, WRITING_DIRECTION_LEFT_TO_RIGHT implies TEXTLINE_ORDER_TOP_TO_BOTTOM
See Also