Enum
ScannerOrientation

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.

Declaration

cs-api-definition
HorizontalLeftToRight = 1

Field Value

ScannerOrientation

HorizontalRightToLeft

Horizontal image, reading right to left.

Declaration

cs-api-definition
HorizontalRightToLeft = 2

Field Value

ScannerOrientation

None

No specific orientation chosen.

Declaration

cs-api-definition
None = 0

Field Value

ScannerOrientation

VerticalLeftToRight

Vertical image, reading left to right.

Declaration

cs-api-definition
VerticalLeftToRight = 3

Field Value

ScannerOrientation

VerticalRightToLeft

Vertical image, reading right to left.

Declaration

cs-api-definition
VerticalRightToLeft = 4

Field Value

ScannerOrientation