Link Search Menu Expand Document

ScanAreaType Enumeration

Describes all supported scan areas.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
[FlagsAttribute]
public enum ScanAreaType
Members
Member nameValueDescription
Custom0 (0) Custom scan area set. Use ScanArea property to read or update scan area.
TopLeftQuarter1 (1) Top left quarter of the page gets scanned for barcodes.
TopRightQuarter2 (2) Top right quarter of the page gets scanned for barcodes.
BottomRightQuarter4 (4) Bottom right quarter of the page gets scanned for barcodes.
BottomLeftQuarter8 (8) Bottom left quarter of the page gets scanned for barcodes.
TopHalf3 (3) Top half of the page gets scanned for barcodes.
BottomHalf12 (12) Bottom half of the page gets scanned for barcodes.
WholePage15 (15) Whole page gets scanned for barcodes.
See Also

Reference