Leadtools.Barcode Namespace > PostNetPlanetBarcodeReadOptions 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")] [CategoryAttribute(" Options")] [DisplayNameAttribute("Granularity")] [DefaultValueAttribute()] 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")> <CategoryAttribute(" Options")> <DisplayNameAttribute("Granularity")> <DefaultValueAttribute()> Public Property Granularity As Integer
'Usage Dim instance As PostNetPlanetBarcodeReadOptions 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")] [CategoryAttribute(" Options")] [DisplayNameAttribute("Granularity")] [DefaultValueAttribute()] public int Granularity {get; set;}
ObjectiveC Syntax
Java Syntax
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") DisplayNameAttribute("Granularity") DefaultValueAttribute() get_Granularity();
set_Granularity(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")] [CategoryAttribute(" Options")] [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 PostNetPlanetBarcodeReadOptions.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2