IReaderOrientation Property ByteScout Barcode Reader SDK
Gets or sets the barcode orientations to search.

Namespace:  Bytescout.BarCodeReader
Assembly:  Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax

OrientationType Orientation { get; set; }

Property Value

Type: OrientationType
The barcode orientations to search.
Remarks

Use logical OR operator to set multiple orientations.
Examples

barcode.Orientation = OrientationType.HorizontalFromLeftToRight | OrientationType.HorizontalFromRightToLeft;
See Also

Reference