←Select platform

Granularity Property (Barcode1d)

Summary

Gets or sets the number of scanned lines per column to skip when reading a barcode.

Syntax

C#
VB
C++
public int Granularity {get; set;} 
Public Property Granularity As Integer 
public: 
property int Granularity { 
   int get(); 
   void set (    int ); 
} 

Property Value

Number of scanned lines per column to skip when reading a barcode. The default value is 9, this means that each tenth line will be scanned while looking for a barcode.

Remarks

This property is valid only for the BarcodeEngine.Read method. Scanning every line will slow the search process while skipping too many lines may skip over the barcode.

Requirements

Target Platforms

See Also

Reference

Barcode1d Class

Barcode1d Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly