Click or drag to resize

TextlineOrder Enumeration

http://www.emgu.com
Textline order

Namespace:  Emgu.CV.OCR
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public enum TextlineOrder
Members
  Member nameValueDescription
LeftToRight0 Left to right
RightToLeft1 Right to left
TopToBottom2 Top to bottom
See Also