|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Methods -> GetBarStringType The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. GetBarStringTypeOverview GetBarStringType(n) GetBarStringType returns the type of the nth barcode (indexed from 1) found in the image. Call GetBarStringType after ScanBarCode. Possible values are "CODE39", "CODE128", "CODE25", "CODABAR", "UPCA", "UPCE", "EAN8", "EAN13" and "PATCH". Visual Basic using the OCX [form.]SoftekBarcode.GetBarStringType (n) Visual Basic using the DLL Private Declare Function stGetBarStringType Lib "SoftekBarcode" (ByVal nBarCode As Integer) As String strBarType = stGetBarStringPos(n) Visual Basic using COM
oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetBarStringType Lib "SoftekBarcode" (ByVal nBarCode As Short) As String strBarType = stGetBarStringType(n) 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 BSTR GetBarStringType (short n); Visual C++ Using the DLL LPCSTR __stdcall stGetBarStringType(short index);
|
| © 1998-2006 Softek Software Ltd. All rights reserved. |