Visual Basic (Declaration) | |
---|---|
Public Property Granularity As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Granularity {get; set;} |
Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family