Gets or sets a value that indicates the number of scanned lines per column to skip when reading a barcode.
public int Granularity { get; set; }
Public Property Granularity As Integer
public int Granularity {get; set;}
@property (nonatomic, assign) NSInteger granularity
public int getGranularity()
public void setGranularity(int value)
<br/>get_Granularity();<br/>set_Granularity(value);<br/>Object.defineProperty('Granularity');
An Int32 that indicates the number of scanned lines per column to skip when reading a barcode. Must be a value greater than or equal to 1. The default value is 9.
A value of 9 means that each tenth line will be scanned when looking for a barcode. Scanning every line will slow the search process while skipping too many lines may skip over the barcode.
For an example, refer to PostNetPlanetBarcodeReadOptions.
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