Class ScannerOrientation
This is an enumeration specifying the orientation of the image.
Inheritance
System.Object
ScannerOrientation
Namespace: Telerik.Windows.Controls.Barcode
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class ScannerOrientation : Enum
Fields
HorizontalLeftToRight
Horizontal image, reading left to right.
Declaration
public const ScannerOrientation HorizontalLeftToRight
Field Value
ScannerOrientation
|
HorizontalRightToLeft
Horizontal image, reading right to left.
Declaration
public const ScannerOrientation HorizontalRightToLeft
Field Value
ScannerOrientation
|
None
No specific orientation chosen.
Declaration
public const ScannerOrientation None
Field Value
ScannerOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
VerticalLeftToRight
Vertical image, reading left to right.
Declaration
public const ScannerOrientation VerticalLeftToRight
Field Value
ScannerOrientation
|
VerticalRightToLeft
Vertical image, reading right to left.
Declaration
public const ScannerOrientation VerticalRightToLeft
Field Value
ScannerOrientation
|