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. The default value is 9, this means that each tenth line will be scanned while looking for a barcode.For an example, refer to BarcodeEngine.Read example.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7