Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > GS1DatabarStackedBarcodeReadOptions Class : Granularity Property |
[DisplayNameAttribute("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")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] public int Granularity {get; set;}
'Declaration
<DisplayNameAttribute("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")> <CategoryAttribute(" Options")> <DefaultValueAttribute()> Public Property Granularity As Integer
'Usage
Dim instance As GS1DatabarStackedBarcodeReadOptions Dim value As Integer instance.Granularity = value value = instance.Granularity
[DisplayNameAttribute("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")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] public int Granularity {get; set;}
@property (nonatomic, assign) NSInteger granularity
public int getGranularity() public void setGranularity(int value)
DisplayNameAttribute("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") CategoryAttribute(" Options") DefaultValueAttribute() <br/>get_Granularity();<br/>set_Granularity(value);<br/>Object.defineProperty('Granularity');
[DisplayNameAttribute("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")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] 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.