Enum ScannerOrientation
This is an enumeration specifying the orientation of the image.
Namespace: Telerik.Windows.Controls.Barcode
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum ScannerOrientation
HorizontalLeftToRight
Horizontal image, reading left to right.
HorizontalRightToLeft
Horizontal image, reading right to left.
None
No specific orientation chosen.
VerticalLeftToRight
Vertical image, reading left to right.
VerticalRightToLeft
Vertical image, reading right to left.