EnumScannerOrientation
Enum
This is an enumeration specifying the orientation of the image.
Definition
Namespace:Telerik.Windows.Controls.Barcode
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public enum ScannerOrientation
Fields
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.