bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • Linux SDK Price List
    • Linux SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Multi-Platform Toolkit for .NET Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
    • Terms and Conditions
    • Refund Policy
  • Products
    • Softek Barcode Reader Toolkit for Windows
    • Softek Barcode Reader Toolkit for Linux
    • BardecodeFiler Desktop App
    • BardecodeFiler Windows Service
    • Windows DOS Command Prompt Tool
    • Multi-platform barcode reader toolkit for .NET
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Terms and Conditions
    • Resellers
    • Links
Select Page ...

Softek Barcode Maker Component for .Net

Free Barcode Maker Component for .Net

Create bitmaps containing Code 25, Code 39 or Code 128 barcodes in Visual Studio. 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()

Download ZIP Free

Please note that the Barcode Maker Component is not part of the Barcode Reader SDK and is not provided with a guarantee of any kind.

  • Copyright © 2023 Softek Software Ltd. All Rights Reserved