Barcode Maker Component
2.0
License: | Freeware |
---|---|
Price: |
$0.00
|
Rated: |
|
Downloads: | 20 |
Op. System: | Windows Vista/2003/XP/2000/98 |
Last updated: | 2008-10-19 |
File size: | 20 KB |
Publisher: | Softek Software Ltd |
Publisher description for Barcode Maker Component

Create bitmaps containing Code 25, Code 39 or Code 128 barcodes in Visual Studio 2005. This simple component is free of license and easy to use. Example VB.Net code: Dim maker As SoftekBarcodeMakerLib2.BarcodeMaker maker = New SoftekBarcodeMakerLib2.BarcodeMaker maker.Width = PictureBox1.Width maker.Height = PictureBox1.Height maker.Barcode = "1234567890" ' Type = 0 for Code 39, 1 for Code 25 or 2 for Code 128 maker.Type = 0 ' Code128SymSet = "a", "b" or "c" PictureBox1.Image = maker.MakeBarcode()
Add your review