|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Properties -> Pattern The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. Pattern Overview The Pattern property is a regular expression that each barcode found in an image is compared against. The toolkit will only return barcodes that match the pattern. The toolkit use POSIX extended regular expression syntax. Examples:
Note that if a Code 39 barcode uses a checksum character and the Pattern property is used to specify the entire string (ie. the last character of the pattern is $) then the Code39Checksum property must also be set to True. Default value = NULL Visual Basic using the OCX [form.]SoftekBarcode.Pattern = value Visual Basic using the DLL Private Declare Function stGetPattern Lib "SoftekBarcode" () As String Visual Basic using COM oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetPattern Lib "SoftekBarcode" () As String VB.Net using the SoftekBarcode Wrapper Class Dim barcode As SoftekBarcode VB.Net using the SoftekBarcodeLib Managed Component Not implemented. Visual C++ Using the OCX BSTR GetPattern(); Visual C++ Using the DLL LPCSTR __stdcall stGetPattern(); |
| © 1998-2006 Softek Software Ltd. All rights reserved. |