|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Methods -> ProcessXML The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. ProcessXMLOverview ProcessXML(inputFile, outputFile)
ProcessXML takes property values, file names and folder names from the inputFile and creates outputFile in either XML or CSV file format. The property values defined in the XML file follow the specification as defined in the manual page for LoadXMLSettings. The files and folder to process are defined in the following way.... To process a file: <Process> To process the images in a folder: <Process> Both the File and Folder tags accept an optional id attribute. This can be used in the output to identify the image file or folder. Example: <xml> See the manual page for SaveResults for the output file format. Return Value 1 on success and 0 on failure. Visual Basic using the OCXretval = [form.]SoftekBarcode.ProcessXML(inputFile, outputFile) Visual Basic using the DLL
Private Declare Function stProcessXML Lib "SoftekBarcode" (ByVal strInputFile
As String, ByVal strOutputFile As String) As Integer Visual Basic using COM
oBar = CreateObject("SoftekATL.Barcode")
Private Declare Function stProcessXML Lib "SoftekBarcode" (ByVal strInputFile
As String, ByVal strOutputFile As String) 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 ProcessXML(inputFile, outputFile) ; short __stdcall stProcessXML(LPCTSTR inputFile, LPTSTR outputFile); |
| © 1998-2006 Softek Software Ltd. All rights reserved. |