Link Search Menu Expand Document

ReaderOrientation Property

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
public OrientationType Orientation { get; set; }

Property Value

Type: OrientationType
The barcode orientations to search.

Implements

IReaderOrientation
Remarks
Use logical OR operator to set multiple orientations.
Examples
barcode.Orientation = OrientationType.HorizontalFromLeftToRight | OrientationType.HorizontalFromRightToLeft;
See Also

Reference