|
EaseSoft Barcode ActiveX Control
A Barcode Component for
Create or Print professional barcode images in applications - It is very easy to integrate barcode controls to any windows application that supports ActiveX technology including Visual Basic, Visual FoxPro*, C++, Delphi, ,PowerBuilder,Internet Explorer Web pages, Microsoft Word, Excel, Access, etc. We have the example codes for these applications.
For more information about this product please visit the
Supports most barcode symbologies
Code 39, Extended Code 39, Code 128, UCC/EAN-128,Industrial 2 of 5 Planet, Interleaved 2 of 5, Codabar, UPC-A, UPC-E, EAN 13, EAN 8, BOOKLAND,MSI, Code 11, Code 93,Postnet,PDF417,DataMatrix
Data Binding
You can databind the TextToEncode, TopComment, Bottomcomment properties to the fields in a database table to generate barcodes for each data record automatically.
Printing Support
The EaseSoft Barcode ActiveX Control produces high resolution(2400DPI) Enhanced Metafile (vector) graphics that are completely device independent, fully scalable, and will print to the highest resolution of any printer supported by Windows.
Developer Support
The EaseSoft Barcode ActiveX Control was created in Visual C++ using ATL, the file size of the controls is very small (less than 400k), there are no additional runtime dependencies (i.e. MFC Class Libraries or Visual Basic Runtimes).When you distribute your application you only need to include one binary component EaseBarCD.dll.
SYMBOLOGY SPECIFIC NOTES
UPC A, UPC E, EAN 8 ,EAN 13 AND BOOKLAND
They only can be encoded numeric data, and you can add 2 digits or 5 digits supplement to the end of the string with separator ',' ,For example, "12345678901,12345". UPC A must encode 11 digits, UPC E must encode 6 digits,EAN 8 must encode 7 digits, EAN 13 must encode 12 digits,BOOKLAND must encode 9 digits of ISBN number.
Code 128
Code 128 will automatically analyse the string to choose a better character set to encode the shortest barcode. The FNC definition in code 128 is as following: FNC1 is ASCII 200, FNC2 is ASCII 201, FNC3 is ASCII 202, FNC4 is ASCII 203.
UCC/EAN-128 input data format:
(AI)XXXX(AI)XXXX, AI is application identifier number, XXXX is data after AI. For example,(11)040901 means production date Sep 01,2004.
Codabar Start and Stop character:
It can be A,B,C or D. If you don't input one of them to be as your start and stop character, the default value "A" will be added to the encoding string.
Code 11:
Code 11 only can encode numeric data(0 to 9),the dash symbol(-). It is also known as USD-8
Code 93:
Code 93 is a continuous, variable-length symbology,it can encode the full ASCII character set. Code 93 is similar to Code 39. It encodes 47 characters.
|