[DisplayNameAttribute("Granularity")]
[DefaultValueAttribute()]
[DescriptionAttribute("Number of scanned lines per column to skip when reading a barcode. A value of 9 means that each tenth line will be scanned when looking for a barcode. Scanning every line will slow the search process while skipping too many lines may skip over the barcode. Must be a value greater to or equal to 1")]
[CategoryAttribute(" Options")]
public int Granularity {get; set;}
[DisplayNameAttribute("Granularity")]
[DefaultValueAttribute()]
[DescriptionAttribute("Number of scanned lines per column to skip when reading a barcode. A value of 9 means that each tenth line will be scanned when looking for a barcode. Scanning every line will slow the search process while skipping too many lines may skip over the barcode. Must be a value greater to or equal to 1")]
[CategoryAttribute(" Options")]
public int Granularity {get; set;}
DisplayNameAttribute("Granularity")
DefaultValueAttribute()
DescriptionAttribute("Number of scanned lines per column to skip when reading a barcode. A value of 9 means that each tenth line will be scanned when looking for a barcode. Scanning every line will slow the search process while skipping too many lines may skip over the barcode. Must be a value greater to or equal to 1")
CategoryAttribute(" Options")
get_Granularity();
set_Granularity(value);
[DisplayNameAttribute("Granularity")]
[DefaultValueAttribute()]
[DescriptionAttribute("Number of scanned lines per column to skip when reading a barcode. A value of 9 means that each tenth line will be scanned when looking for a barcode. Scanning every line will slow the search process while skipping too many lines may skip over the barcode. Must be a value greater to or equal to 1")]
[CategoryAttribute(" Options")]
public:
property int Granularity {
int get();
void set ( int value);
}
'Declaration
<DisplayNameAttribute("Granularity")>
<DefaultValueAttribute()>
<DescriptionAttribute("Number of scanned lines per column to skip when reading a barcode. A value of 9 means that each tenth line will be scanned when looking for a barcode. Scanning every line will slow the search process while skipping too many lines may skip over the barcode. Must be a value greater to or equal to 1")>
<CategoryAttribute(" Options")>
Public Property Granularity As Integer
'Usage
Dim instance As OneDBarcodeReadOptions
Dim value As Integer
instance.Granularity = value
value = instance.Granularity
Property Value
An
System.Int32 that indicates the number of scanned lines per column to skip when reading a barcode. Must be a value greater to or equal to 1. Default value is 9.
For an example, refer to OneDBarcodeReadOptions.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2