ScanAreaType 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 all supported scan areas.
Namespace:Bytescout.BarCodeReaderAssembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Custom | 0 | (0) Custom scan area set. Use ScanArea property to read or update scan area. | |
| TopLeftQuarter | 1 | (1) Top left quarter of the page gets scanned for barcodes. | |
| TopRightQuarter | 2 | (2) Top right quarter of the page gets scanned for barcodes. | |
| BottomRightQuarter | 4 | (4) Bottom right quarter of the page gets scanned for barcodes. | |
| BottomLeftQuarter | 8 | (8) Bottom left quarter of the page gets scanned for barcodes. | |
| TopHalf | 3 | (3) Top half of the page gets scanned for barcodes. | |
| BottomHalf | 12 | (12) Bottom half of the page gets scanned for barcodes. | |
| WholePage | 15 | (15) Whole page gets scanned for barcodes. |
See Also