Gets or sets the number of scanned lines per column to skip when reading a barcode.
Number of scanned lines per column to skip when reading a barcode. The default value is 9. This means that every tenth line will be scanned while looking for a barcode.
This property is valid only for the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation. Scanning every line slows the search process, whereas skipping very many lines may result in skipping over the barcode.
For an example, refer to Barcode1d example.