OrientationType Enumeration
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Describes barcode orientations to search.
Namespace:Bytescout.BarCodeReaderAssembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| HorizontalFromLeftToRight | 1 | (1) Normal unrotated barcodes. | |
| HorizontalFromRightToLeft | 16 | (16) Flipped horizontal barcodes (180 deg). | |
| DiagonalFromTopLeftToBottomRight11 | 32 | (32) Barcodes rotated clockwise by about 11 deg. | |
| DiagonalFromBottomRightToTopLeft11 | 64 | (64) Flipped barcodes rotated clockwise by about 11 deg. | |
| DiagonalFromBottomLeftToTopRight11 | 128 | (128) Barcodes rotated counterclockwise by about 11 deg. | |
| DiagonalFromTopRightToBottomLeft11 | 256 | (256) Flipped barcodes rotated counterclockwise by about 11 deg. | |
| DiagonalFromTopLeftToBottomRight22 | 512 | (512) Barcodes rotated clockwise by about 22 deg. | |
| DiagonalFromBottomRightToTopLeft22 | 1024 | (1024) Flipped barcodes rotated clockwise by about 22 deg. | |
| DiagonalFromBottomLeftToTopRight22 | 2048 | (2048) Barcodes rotated counterclockwise by about 22 deg. | |
| DiagonalFromTopRightToBottomLeft22 | 4096 | (4096) Flipped barcodes rotated counterclockwise by about 22 deg. | |
| DiagonalFromTopLeftToBottomRight45 | 4 | (4) Barcodes rotated clockwise by about 45 deg. | |
| DiagonalFromBottomRightToTopLeft45 | 8192 | (8192) Flipped barcodes rotated clockwise by about 45 deg. | |
| DiagonalFromBottomLeftToTopRight45 | 8 | (8) Barcodes rotated counterclockwise by about 45 deg. | |
| DiagonalFromTopRightToBottomLeft45 | 16384 | (16384) Flipped barcodes rotated counterclockwise by about 45 deg. | |
| VerticalFromTopToBottom | 2 | (2) Barcodes rotated clockwise by about 90 deg. | |
| VerticalFromBottomToTop | 32768 | (32768) Flipped barcodes rotated counterclockwise by about 90 deg. | |
| Default | 17 | (17) Default orientations for faster processing: HorizontalFromLeftToRight | HorizontalFromRightToLeft. | |
| HorizontalAndVertical | 32787 | (32787) Horizontal and vertical orientations (HorizontalFromLeftToRight | HorizontalFromRightToLeft | VerticalFromBottomToTop | VerticalFromTopToBottom). | |
| SearchAll | 65535 | (65535) All orientations. | 
See Also