Gets or sets the number of scanned lines per column to skip when reading a barcode.
[DataMemberAttribute(Name="Granularity", IsRequired=true)]public int Granularity { get; set; }
<DataMemberAttribute(Name="Granularity", IsRequired=True)>Public Property Granularity As Integer
[DataMemberAttribute(Name="Granularity", IsRequired=true)]public:property int Granularity {int get();void set ( int );}
Number of scanned lines per column to skip when reading a barcode. The default value is 9. This means that every tenth line will be scanned while looking for a barcode.
This property is valid only for the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation. Scanning every line slows the search process, whereas skipping very many lines may result in skipping over the barcode.
For an example, refer to Barcode1d example.
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
