bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Linux SDK Price List
    • Multi-Platform Toolkit for .Net/Docker Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
  • Products
    • Barcode Reader Toolkit for Windows
    • Barcode Reader Toolkit for Linux
    • BardecodeFiler Application Desktop Only
    • BardecodeFiler Application & Windows Service
    • Windows DOS Command Prompt Barcode Tool
    • Multi-Platform Barcode Reader Toolkit for .Net Standard on Docker
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Resellers
    • Links
Select Page ...

Category : Knowledge Base

ReadDataMatrix - enable datamatrix barcode reading

admin October 26, 2009 Documentation, Knowledge Base No Comments

  Overview   When set to TRUE the toolkit will search for DataMatrix (ECC 200) barcodes. Type: BOOL Default value: FALSE    

ScanDirection - specify the direction in which to scan for a barcode

admin October 26, 2009 Documentation, Knowledge Base No Comments

Overview   ScanDirection is a mask that controls the directions in which the barcode reader will look for barcodes in an image, and is built from the following values: 1 = Left to Right 2 = Top to Bottom 4 = Right To Left 8 = Bottom to Top For example, a value of 5

Continue Reading →

ShowCheckDigit - display check digits

admin October 26, 2009 Documentation, Knowledge Base No Comments

Overview   When set to TRUE the OCX will include the barcode check digit in the returned string. Note: This property only applies to barcode types with built in check digits (e.g Code 128). Type: BOOL Default value: FALSE        

SkewTolerance - enable search for skewed barcodes

admin October 26, 2009 Documentation, Knowledge Base No Comments

Overview   SkewTolerance controls the maximum angle from the horizontal or vertical at which a barcode will be recognised by the toolkit. The table below shows the possible values for this property along with the approximate maximum angles: 0 =  up to 5 degrees 1 = 13 degrees 2 = 21 degrees 3 = 29 degrees

Continue Reading →

TifSplitMode - specify mode in which to split TIF documents

admin October 26, 2009 Documentation, Knowledge Base No Comments

Overview   TifSplitMode controls the way in which multi-page TIF files are split into sub-files when the TifSplitPath property is set. A value of 0 means that the sub-files will each start on a page with a bar code (or page 1). A value of 1 means that each sub-file will terminate on a page

Continue Reading →

TifSplitPath - enable and specify output path for splitting TIF documents

admin October 26, 2009 Documentation, Knowledge Base No Comments

Overview   TifSplitPath is the file path template for splitting multi-page TIF files into sub-files in either TIF or PDF format. The template can include the following conversion specifications:     %d replaced by a sub-file index number (starting at 1) %s replaced by the barcode found in the sub-file (modes 0 and 1) or

Continue Reading →

UseOverSampling - sample 3 scan lines at a time

admin October 26, 2009 Documentation, Knowledge Base No Comments

Overview   When UseOverSampling is TRUE the barcode reader samples 3 lines at a time (skipping 2 lines between each sample) and takes the average pixel value. This is useful for images containing both black and white speckles. Type: BOOL Default value: FALSE  

ExportXMLSettings - export xml settings

admin October 26, 2009 Documentation, Knowledge Base No Comments

Syntax   .net/com/java/ocx: Object.ExportXMLSettings(filePath) dll: mtExportXMLSettings(hBarcode, filePath) Parameters hBarcode Handle to an instance of the barcode toolkit (dll only). filePath Path to the xml file to be created. Return Value 1/True on success and 0/False on failure. Remarks ExportXMLSettings saves the current property values to an XML format file. The settings could be modified and loaded again usingLoadXMLSettings. The

Continue Reading →

GetBarString - retrieve a barcode value

admin October 26, 2009 Documentation, Knowledge Base No Comments

Syntax   .net/java/ocx: Object.GetBarString(n) com: Object.BarString(n) dll: mtGetBarString (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 GetBarString retrieves a barcode string that has been detected by the ScanBarCode method.  In .net applications, useSystem.Runtime.InteropServices.Marshal.PtrToStringAnsi to convert the IntPtr returned by mtGetBarString to a String. Remarks · Check digit characters are

Continue Reading →

GetBarStringDirection - retrieve the orientation of a barcode

admin October 26, 2009 Documentation, Knowledge Base No Comments

Syntax   .net/java/ocx: Object.GetBarStringDirection(n) com: Object.BarStringDirection(n) dll: mtGetBarStringDirection(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 1 = Left to Right 2 = Top to Bottom 4 = Right to Left 8 = Bottom to Top 16 = Top Left to Bottom Right 32 =

Continue Reading →

« First...10«20212223»
  • Copyright © 2021 Softek Software Ltd. All Rights Reserved