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