Overview SkewLineJump works in a similar way to the LineJump property, but only effects the phase of the scanning process concerned with searching for skewed barcodes. It can be useful to set the 2 properties to different values for reasons of performance. Type: SHORT Default value: 9
Overview Use the Code 128 detection algorithm as used in earlier versions of the toolkit (pre version 7.3.1). Type: BOOL Default value: FALSE
Overview Use a memory cache for run-length information derived from an image. Type: BOOL Default value: TRUE
Overview When WeightLongerBarcodes is TRUE the barcode reader will weight the counts used with the PrefOccurrence and MinOccurrence properties according to the length and type of the barcode in question. Barcode types using built in checksums are favoured above barcode types with no checksum. Type: BOOL Default value: TRUE
Syntax mtCreateBarcodeInstance() Return Value Handle to an instance of the barcode toolkit (dll only). Remarks Create an instance of the barcode toolkit and return a handle that may be used with other functions in the win32 dll interface. Please note that this function is not applicable to other interfaces for the toolkit. This function only
Syntax mtDestroyBarcodeInstance(hBarcode) Parameters hBarcode Handle to an instance of the barcode toolkit. Return Value 1/True on success and 0/False on failure. Remarks DestroyBarcodeInstance destroys an instance of the barcode toolkit and releases any resources used by the toolkit. This function only exists in the dll interface to the SDK. Example: Dim hBarcode As System.IntPtr hBarcode =
Overview The ColorProcessingLevel property controls the amount of processing time spent reading barcode values from color images. Values range from 0 to 5, with a default of 2. A low value will process color images faster but accuracy and read-rate levels will be lower than if a high value is used. Please note that
Overview When set to TRUE the toolkit will search for GS1 Databar barcodes. The following types of GS1 Databar are supported: RSS-14 RSS-14 Truncated RSS-14 Stacked RSS-14 Stacked Omnidirectional RSS Limited RSS Expanded RSS Expanded Stacked Please note the the bounding rectangle for stacked versions of the barcode currently only includes either the top-most
Overview The DatabarOptions property can be used to set various options for GS1 Databar recognition. All options are turned on by default, but some applications may find it useful to disable certain features for performance reasons. The property works as a mask and can be constructed from the following values: 1 Read the supplementary 2-D
The bardecode command provides an interface to the barcode reader toolkit from the shell. For example, the following command will scan an image file for barcodes and print the values: bardecode -t any -m -f somefile.tif Options are flags such as -m, which may or may not take an argument long options are property name