The Granularity Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the number of scanned lines per column to skip when reading a barcode.Visual Basic (Declaration) | |
---|---|
Public Property Granularity As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Barcode1d Dim value As Integer instance.Granularity = value value = instance.Granularity |
C# | |
---|---|
public int Granularity {get; set;} |
Property Value
Number of scanned lines per column to skip when reading a barcode.This property is valid only for the BarcodeReadActivity. Scanning every line will slow the search process while skipping too many lines may skip over the barcode.The default value is 9, which means that each tenth line will be scanned while looking for a barcode.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family