Gets or sets the number of scanned lines per column to skip when reading a barcode.
public int Granularity {get; set;}
Public Property Granularity As Integer
Number of scanned lines per column to skip when reading a barcode. The default value is 9, this means that each tenth line will be scanned while looking for a barcode.
This property is valid only for the BarcodeEngine.Read method. Scanning every line will slow the search process while skipping too many lines may skip over the barcode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET