Overview .net/ocx: Object.SaveResults (file) com: Object. SaveXMLResults (file) dll: mtSaveResults (hbarcode, file) Parameters hBarcode Handle to an instance of the barcode toolkit (dll only). file Path to the xml or csv file to be created. Return Value 1/True on success and 0/False on failure. Remarks SaveResults saves the current set of results to an XML or CSV file. The outputFile format is determined
Syntax .net/com/java/ocx: Object.ScanBarCode(file) dll: mtScanBarCode(hBarcode, file) Parameters hBarcode Handle to an instance of the barcode toolkit (dll only). file Path to the file containing the image to be scanned for barcodes. Return Value -1 Error opening file -2 BMP file is multi-plane -3 Invalid number of bits per sample -4 Memory allocation error -5 Invalid tif photometric property -6,-7,-8 Invalid license key. Remarks Scan
Syntax .net: Object.ScanBarCodeFromBitmap(bitmap) .net/com/ocx: Object.ScanBarCodeFromBitmap(hBitmap) dll: mtScanBarCodeFromBitmap(hBarcode, hBitmap) Parameters hBarcode Handle to an instance of the barcode toolkit (dll only). bitmap System.Drawing.Bitmap object hBitmap handle (HBITMAP) to a bitmap. Return Value -1 N/A -2 Bitmap is multi-plane -3 Invalid number of bits per sample -4 Memory allocation error -5 N/A -6,-7,-8 Invalid license key. Remarks Scan the specified device dependent bitmap for bar code strings and return
Syntax .net/com/ocx: Object.ScanBarCodeFromDIB(hDIB) dll: mtScanBarCodeFromDIB(hBarcode, hDIB) Parameters hBarcode Handle to an instance of the barcode toolkit (dll only). hDIB handle (HDIB) to a device independent bitmap. Return Value -1 N/A -2 DIB is multi-plane -3 Invalid number of bits per sample -4 Memory allocation error -5 N/A -6,-7,-8 Invalid license key. Remarks Scan the specified device independent bitmap for bar code strings and return the
Syntax .net/com/java/ocx: SetScanRect(tlx, tly, brx, bry, mode) dll: mtSetScanRect(hBarcode, tlx, tly, brx, bry, mode) Parameters hBarcode Handle to an instance of the barcode toolkit (dll only). tlx x coordinate of top left hand corner tly y coordinate of top left hand corner brx x coordinate of bottom right hand corner bry y coordinate of bottom right hand corner mode mapping mode (see below)