Barcode Maker Component

Create bitmaps containing Code 25, Code 39 or Code 128 barcodes in VS 2005
Download

Barcode Maker Component Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Softek Software Ltd
  • Publisher web site:
  • Operating Systems:
  • Windows Vista/2003/XP/2000/98
  • File Size:
  • 19KB

Barcode Maker Component Tags


Barcode Maker Component Description

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()


Barcode Maker Component Related Software