OrientationType EnumerationByteScout Barcode Reader SDK
Describes barcode orientations to search.

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

[FlagsAttribute]
public enum OrientationType
Members

  Member nameValueDescription
HorizontalFromLeftToRight1 (1) Normal unrotated barcodes.
HorizontalFromRightToLeft16 (16) Flipped horizontal barcodes (180 deg).
DiagonalFromTopLeftToBottomRight1132 (32) Barcodes rotated clockwise by about 11 deg.
DiagonalFromBottomRightToTopLeft1164 (64) Flipped barcodes rotated clockwise by about 11 deg.
DiagonalFromBottomLeftToTopRight11128 (128) Barcodes rotated counterclockwise by about 11 deg.
DiagonalFromTopRightToBottomLeft11256 (256) Flipped barcodes rotated counterclockwise by about 11 deg.
DiagonalFromTopLeftToBottomRight22512 (512) Barcodes rotated clockwise by about 22 deg.
DiagonalFromBottomRightToTopLeft221024 (1024) Flipped barcodes rotated clockwise by about 22 deg.
DiagonalFromBottomLeftToTopRight222048 (2048) Barcodes rotated counterclockwise by about 22 deg.
DiagonalFromTopRightToBottomLeft224096 (4096) Flipped barcodes rotated counterclockwise by about 22 deg.
DiagonalFromTopLeftToBottomRight454 (4) Barcodes rotated clockwise by about 45 deg.
DiagonalFromBottomRightToTopLeft458192 (8192) Flipped barcodes rotated clockwise by about 45 deg.
DiagonalFromBottomLeftToTopRight458 (8) Barcodes rotated counterclockwise by about 45 deg.
DiagonalFromTopRightToBottomLeft4516384 (16384) Flipped barcodes rotated counterclockwise by about 45 deg.
VerticalFromTopToBottom2 (2) Barcodes rotated clockwise by about 90 deg.
VerticalFromBottomToTop32768 (32768) Flipped barcodes rotated counterclockwise by about 90 deg.
Default17 (17) Default orientations for faster processing: HorizontalFromLeftToRight | HorizontalFromRightToLeft.
HorizontalAndVertical32787 (32787) Horizontal and vertical orientations (HorizontalFromLeftToRight | HorizontalFromRightToLeft | VerticalFromBottomToTop | VerticalFromTopToBottom).
SearchAll65535 (65535) All orientations.
See Also

Reference