bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • Linux SDK Price List
    • Linux SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Multi-Platform Toolkit for .NET Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
    • Terms and Conditions
    • Refund Policy
  • Products
    • Softek Barcode Reader Toolkit for Windows
    • Softek Barcode Reader Toolkit for Linux
    • BardecodeFiler Desktop App
    • BardecodeFiler Windows Service
    • Windows DOS Command Prompt Tool
    • Multi-platform barcode reader toolkit for .NET
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Terms and Conditions
    • Resellers
    • Links
Select Page ...

News

GetBarStringPos - position and page number for a barcode

admin October 26, 2009 Documentation, Knowledge Base No Comments

Syntax   .net: System.Drawing.Rectangle Object.GetBarStringRect(n) Object.GetBarStringPage(n) com: Object.BarStringPage(n) Object.BarStringTopLeftX(n) Object.BarStringTopLeftY(n) Object.BarStringBottomRightX(n) Object.BarStringBottomRightY(n) ocx: pageNo = Object.GetBarStringPos(n, &TopLeftX &TopLeftY, &BottomRightX,  &BottomRightY) dll: pageNo =  mtGetBarStringPos(hBarcode, n, &TopLeftX, &TopLeftY, &BottomRightX, &BottomRightY) Parameters hBarcode Handle to an instance of the barcode toolkit (dll only). n 1-based index to barcode to be queried. TopLeftX variable to receive x coordinate of the top left hand

Continue Reading →

GetBarStringType - get the type of barcode

admin October 26, 2009 Documentation, Knowledge Base No Comments

Syntax     .net/java/ocx: Object.GetBarStringType(n) com: Object.BarStringType(n) dll: mtGetBarStringType(hBarcode, n) Parameters hBarcode Handle to an instance of the barcode toolkit (dll only). n 1-based index to barcode to be queried. Return Value GetBarStringType returns a string representing the type of barcode. In .net applications, use System.Runtime.InteropServices.Marshal.PtrToStringAnsi to convert the IntPtr returned by mtGetBarString to a String. Remarks Call GetBarStringType after calling

Continue Reading →

LoadXMLSettings - load settings from an XML file

admin October 26, 2009 Documentation, Knowledge Base No Comments

Syntax   Loading from xml file: .net/java: Object.LoadXMLSettings(file) com/ocx: Object.LoadXMLSettings(file, silent) dll: mtLoadXMLSettings(hbarcode, file, silent) Loading from string: .net/java: Object.LoadXMLSettings(string) com/ocx: Object.LoadXMLSettings(string, silent) dll: mtLoadXMLSettings(hbarcode, string, silent) Parameters hBarcode Handle to an instance of the barcode toolkit (dll only). file Path to the xml file to be loaded. string String holding the xml property values. silent Integer or boolean value. 1/True will suppress error messages.

Continue Reading →

ProcessXML - process an XML file

admin October 26, 2009 Documentation, Knowledge Base No Comments

Syntax   .net: Integer Object.ProcessXML (inputFile, outputFile) com: Object. ProcessXML (inputFile, outputFile, silent) ocx: BOOL Object. ProcessXML (inputFile, outputFile, silent) dll: BOOL mtProcessXML (hbarcode, inputFile, outputFile, silent) Parameters hBarcode Handle to an instance of the barcode toolkit (dll only). inputFile Path to the xml file to be processed. ouputFile Path to the xml or csv file to be created. silent Integer or boolean value. 1/True will suppress error messages. Return

Continue Reading →

SaveResults - save the results to an XML file

admin October 26, 2009 Documentation, Knowledge Base No Comments

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

Continue Reading →

ScanBarCode - scan an image for barcodes

admin October 26, 2009 Documentation, Knowledge Base No Comments

  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

Continue Reading →

ScanBarCodeFromBitmap - scan a bitmap for barcodes

admin October 26, 2009 Documentation, Knowledge Base No Comments

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

Continue Reading →

ScanBarCodeFromDIB - scan a DIB for barcodes

admin October 26, 2009 Documentation, Knowledge Base No Comments

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

Continue Reading →

SetScanRect - specify the rectangle to search within an image

admin October 26, 2009 Documentation, Knowledge Base No Comments

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)

Continue Reading →

Version 7.2.1 of the toolkit released

admin August 3, 2009 News No Comments

1. Datamatrix Barcode Support Support has been added for Datamatrix ECC 200 barcodes. To enable the reading of datamatrix barcodes please set the ReadDataMatrix property to True. 2. Memory leak fix Previous versions of the toolkit contained a memory leak if SkewTolerance > 0 and UseOverSampling was set to True or 1. 3. Support for

Continue Reading →

« First...1020«28293031»...Last »
  • Copyright © 2023 Softek Software Ltd. All Rights Reserved