EBarCodeReader::GetReadingOrientation

EBarCodeReader::SetReadingOrientation

Some symbologies do not specify start and stop patterns, namely: CodeStk, PharmacodeOneTrack and BinaryCode. In these cases, we do not know if we should decode the barcode from left to right or from right to left. EBarCodeReader::ReadingOrientation solves this problem.

Namespace: Euresys::Open_eVision::EasyBarCode2

[C++]

Euresys::Open_eVision::EasyBarCode2::EReadingOrientation GetReadingOrientation() const

void SetReadingOrientation(Euresys::Open_eVision::EasyBarCode2::EReadingOrientation orientation)

Remarks

The default orientation is EReadingOrientation_LeftToRight.

EBarCodeReader.ReadingOrientation

Some symbologies do not specify start and stop patterns, namely: CodeStk, PharmacodeOneTrack and BinaryCode. In these cases, we do not know if we should decode the barcode from left to right or from right to left. EBarCodeReader::ReadingOrientation solves this problem.

Namespace: Euresys.Open_eVision.EasyBarCode2

[C#]

Euresys.Open_eVision.EasyBarCode2.EReadingOrientation ReadingOrientation

{ get; set; }

Remarks

The default orientation is LeftToRight.