par dLSoft - Type de produit : Composant / ActiveX OCX
Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
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.
Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.
| Ajouter au Caddie | $ 348.70 | 1 Computer License | Téléchargement (4.1 Mo) | |
| Ajouter au Caddie | $ 867.30 | 1 Developer License | Téléchargement (4.1 Mo) |
Nos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat. Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.
Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.
What's new?
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