Gets or sets the number of scanned lines per column to skip when reading a barcode.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Barcode1d
Dim value As Integer
instance.Granularity = value
value = instance.Granularity
|
Return Value
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.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also