Showing 4 Result(s)

Identifying output files when using tiff split

This article explains how to correlate the output files produced during a tiff split process against the barcode values returned by GetBarString. The algorithm shown here assumes default split mode (TiffSplitMode = 0) and handles multiple barcodes on a single page and the possibility of no barcode on the first page. The code below uses …

RSS Expanded Examples

RSS Expanded is capable of storing 74 numeric or 41 alphabetic characters and is normally used in point of sale retail applications. The Softek Barcode Reader SDK will support RSS Databar from January 2010. IIS = Item identification string (including a mod-10 check-digit at end of string) The mod-10 check-digit is calculated from a 13 digit …

Performance issues using SkewTolerance

The SkewTolerance property is used for the detection of barcodes in skewed documents, but it can have a negative impact on the performance of the ScanBarCode command, especially when reading PDf-417 and Datamatrix barcodes. One solution to this problem is to use xml settings, which allow you to store sets of properties which are applied …