Click or drag to resize
CodeDirection Enumeration
Enum for different code directions.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
[FlagsAttribute]
public enum CodeDirection
Members
  Member nameValueDescription
None0Code orientation/direction is unknown.
LeftToRight1Code direction is from left to right in the image.
RightToLeft2Code direction is from right to left in the image.
TopToBottom4Code direction is from top to bottom in the image.
BottomToTop8Code orientation is from bottom to top in the image.
Vertical12Code orientation is bottom to top or top to bottom.
Horizontal3Code orientation is left to right or right to left.
See Also