|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Properties -> MinOccurrence The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. MinOccurrence Overview When the OCX scans the image for barcode it counts the number of times each barcode string occurrs. If the count for a string is the same or greater than PrefOccurrence then the barcode string is counted as a positive match. If no string can be found this way then the OCX looks for strings that occurred with a count of at least MinOccurrence and counts these as positive matches. Default value = 2 Visual Basic using the OCX [form.]SoftekBarcode.MinOccurrence = value Visual Basic using the DLL Private Declare Function stGetMinOccurrence Lib "SoftekBarcode" () As Integer Visual Basic using COM oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetMinOccurrence Lib "SoftekBarcode" () As Short 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 int GetMinOccurrence() ; Visual C++ Using the DLL short __stdcall stGetMinOccurrence(); |
| © 1998-2006 Softek Software Ltd. All rights reserved. |