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.
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.
The default value is 9, which means that each tenth line will be scanned while looking for a 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