Create fully customizable barcodes from within your applications. Active 2D Barcode Component - Universal is an Active-X/Automation Control that allows barcode images to be created within the user's own software or created on the fly from data in a database field in Microsoft Access. A barcode image may be displayed on screen, printed on a printer, saved to a disk file, or passed to the Windows clipboard for incorporation into another Windows application. Although primarily designed for Microsoft's Visual Basic 6 and Microsoft Office (VBA), Active-Barcode Components may be employed with other Active-X-enabled systems, such as the Delphi development environment. Examples provided are based on Visual Basic 6 and MS Access 2002/3. Active Barcode Component 2D Universal supports Aztec, DataMatrix, GS1-Databar, Maxicode, PDF417, Micro PDF, QR Code and Micro QR Code barcodes.
| Add to Cart | $ 327.26 | 1 Computer License | Download (4.1 MB) | |
| Add to Cart | $ 818.14 | 1 Developer License | Download (4.1 MB) |
All sales are made on our standard Terms and Conditions and subject to our Return Policy.
1 Computer License - will only work on the PC on which the product is installed
Developer License - licence permits run-time distribution up to 10,000 copies
Active 2D Barcode Component - Universal is a barcode image creation component which does not use MFC dlls or additional dlls. The component supports Aztec, DataMatrix and PDF417 barcode types and allows bar size to be adjusted, and may be used in programming environments such as Visual Basic, MS Office or Delphi as an ActiveX control. Data binding allows source data from a field in an MS Access Table. Barcode size may be specified in inches, millimeters, centimeters, points or TWIPS, or the X unit size (the thickness of the thinnest bar) can be specified in mils. For PDF417 security level to 8 is supported, and element height/width ratios 1:1 - 5:1 may be user specified. Bar color and background color may be user selected items. Bar width control for wet-ink printing allows 0 - 50% width reduction. Barcode images may be used directly, save to file in a variety of graphics formats, or copied to the clipboard. Includes samples and source code for operation in Visual Basic 6, Delphi 5, Microsoft Office 97.
Typical VB code sample:
A2barcode1.ImageHeight = Val(Edit1.Text)
A2barcode1.ImageWidth = Val(Edit2.Text)
A2barcode1.Xunit = 0
A2barcode1.CodeType = Combo1.ListIndex
A2barcode1.Caption = Text1.Text
Image1.Picture = A2barcode1.Picture
Disk Space Required: 4MB
Memory Required: 8MB Minimum, 16MB Recommended