LEADTOOLS Barcode (Leadtools.Barcode assembly)

Granularity Property (PatchCodeBarcodeReadOptions)

Show in webframe







Gets or sets a value that indicates the number of scanned lines per column to skip when reading a barcode.
Syntax
[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 PatchCodeBarcodeReadOptions
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);
}

Property Value

An System.Int32 that indicate the number of scanned lines per column to skip when reading a barcode. Must be a value greater to or equal to 1. The default value is 9.
Remarks

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.

Example

For an example, refer to PatchCodeBarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

PatchCodeBarcodeReadOptions Class
PatchCodeBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features