|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Properties -> Overview The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. Overview Some barcodes cannot be read because the process of scanning or faxing has split or merged bars together. When ErrorCorrection is set to True to toolkit will, where possible, make a best guess at such barcodes. Note that this property currently only applies to Code 39 and Code 39 Extended barcodes. Default Value: False Visual Basic using the OCX [form.]SoftekBarcode.ErrorCorrection = value Visual Basic using the DLL Private Declare Function stGetErrorCorrection Lib "SoftekBarcode" () As Boolean Visual Basic using COM oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetErrorCorrection Lib "SoftekBarcode" () As Boolean VB.Net using the SoftekBarcode Wrapper Class Dim barcode As SoftekBarcode VB.Net using the SoftekBarcodeLib Managed Component
Dim barcode As SoftekBarcodeLib.BarcodeReader Visual C++ Using the OCX BOOL GetErrorCorrection() ; Visual C++ Using the DLL BOOL __stdcall stGetErrorCorrection(); |
| © 1998-2007 Softek Software Ltd. All rights reserved. |
| © 1998-2008 Softek Software Ltd. All rights reserved. |