Leadtools.Barcode Namespace > GS1DatabarStackedBarcodeReadOptions Class : Granularity Property |
[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")] [DisplayNameAttribute("Granularity")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] public int Granularity {get; set;}
'Declaration <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")> <DisplayNameAttribute("Granularity")> <DefaultValueAttribute()> <CategoryAttribute(" Options")> Public Property Granularity As Integer
'Usage Dim instance As GS1DatabarStackedBarcodeReadOptions Dim value As Integer instance.Granularity = value value = instance.Granularity
[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")] [DisplayNameAttribute("Granularity")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] public int Granularity {get; set;}
@property (nonatomic, assign) int granularity;
public int getGranularity() public void setGranularity(int value)
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") DisplayNameAttribute("Granularity") DefaultValueAttribute() CategoryAttribute(" Options")
get_Granularity();
set_Granularity(value);
Object.defineProperty('Granularity');
[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")] [DisplayNameAttribute("Granularity")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] public: property int Granularity { int get(); void set ( int value); }
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.
For an example, refer to GS1DatabarStackedBarcodeReadOptions.