|
|
|||||||||
|
|
|
|
|
|
|||||
|
The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. OverviewScanBarCodeFromDIB(hDIB) Scan the specified device independent bitmap for bar code strings and return the number of bar codes found. The image must be single plane. If the returned value is less than 0 then an error has occurred:
See also ScanBarCodeFromBitmap Visual Basic using the OCX count = [form.]SoftekBarcode.ScanBarCodeFromDIB(hDIB) Visual Basic using the DLL
Private Declare Function stScanBarCodeFromDIB Lib "SoftekBarcode" (ByVal hDIB
As Long) As Integer Visual Basic using COM Not yet supported in this interface. VB.Net using the DLL
Private Declare Function stScanBarCodeFromDIB Lib "SoftekBarcode" (ByVal hDIB
As IntPtr) 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 short ScanBarCodeFromDIB(long hDIB) Visual C++ Using the DLL short __stdcall stScanBarCodeFromDIB(long hDIB); |
| © 1998-2007 Softek Software Ltd. All rights reserved. |
| © 1998-2008 Softek Software Ltd. All rights reserved. |