Gets or sets the number of scanned lines per column to skip when reading a barcode.
public int Granularity {get; set;}
'Declaration
Public Property Granularity As Integer
'Usage
Dim instance As Barcode1d
Dim value As Integer
instance.Granularity = value
value = instance.Granularity
public int Granularity {get; set;}
<br/>get_Granularity();<br/>set_Granularity(value);<br/>Object.defineProperty('Granularity');
public:
property int Granularity {
int get();
void set ( int value);
}
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.