New to Telerik UI for WPFStart a free 30-day trial

This is an enumeration specifying the orientation of the image.

Definition

Namespace:Telerik.Windows.Controls.Barcode

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public enum ScannerOrientation

Fields

Horizontal image, reading left to right.

C#
HorizontalLeftToRight = 1

Horizontal image, reading right to left.

C#
HorizontalRightToLeft = 2

No specific orientation chosen.

C#
None = 0

Vertical image, reading left to right.

C#
VerticalLeftToRight = 3

Vertical image, reading right to left.

C#
VerticalRightToLeft = 4