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