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