| |
Program Sequence
Most programs using the Softek barcode toolkit are going to using the toolkit in the following sequence:
- Set the properties of the toolkit, such as the types of barcode to the recognised.
- Call the ScanBarCode, ScanBarCodeFromBitmap or ScanBarCodeFromDIB functions.
- If a barcode was found in Step 2 then call the GetBarString, GetBarStringPos, GetBarStringType and GetBarStringDirection functions to determine the values and attributes of the barcodes in the image.
|