.NET Barcode Generator Guide & Tutorial



    Note that, with an easy-to-use design purpose, our software doesn't need any activation code or registrion code. And ONBARCODE grants to you to use this evaluation
    package, on one computer, for Evaluation purposes only within 30 days. And a red text (watermark) will appear on the generated barcode(s) randomly.

    Once you ordered any license of the product, we will email you OnBarcode.BarcodeGenerator.DotnetSuite.zip production version as soon as possible.
Installation
Top

Choose Dll

  1. /dll/Net20/OnBarcode.Barcode.ASPNET.dll and /dll/Net20/OnBarcode.Barcode.WinForms.dll supports .net framework 2.0, 3.0, 3.5
  2. /dll/Net40/OnBarcode.Barcode.ASPNET.dll and /dll/Net40/OnBarcode.Barcode.WinForms.dll supports .net framework 4.0, 4.5, 4.6, and later version

Install dll Component

  1. Copy OnBarcode.Barcode.WinForms.dll or OnBarcode.Barcode.ASPNET.dll to your .NET project folder.
    Please note that you don't need to copy dll to .NET bin directory, as the .NET build tools will do it for you.

  2. Add OnBarcode.Barcode.WinForms.dll or OnBarcode.Barcode.ASPNET.dll to .NET project reference.

Install Buildin ASP.NET Barcode Generator Web Application

  1. Copy barcode folder and its contents to your IIS directory, and create a new virtual directory, named "barcode", linking to your copied barcode folder.

  2. Create a new virtual directory, named "barcode".

  3. Restart IIS, navigate to http://YourDomain:Port/barcode/linear.aspx?DATA=0123456789&TYPE=4.

  4. To create barcode image in html or aspx pages, you can insert an image tag (img) into your web pages.
    For example, <img src="http://YourDomain:Port/barcode/linear.aspx?DATA=0123456789&TYPE=4" />

Add ASP.NET Web Form Control to ASP.NET Visual Studio Toolbox

  1. Right click .NET Visual Studio Toolbox, select menu Choose Items...

  2. In "Choose Toolbox Items" form, click button "Browse...", and select dll OnBarcode.Barcode.ASPNET.dll.

  3. After selection, you will find four items under "Components" section:LinearWebForm, DataMatrixWebForm, PDF417WebForm, and QRCodeWebForm.

Add .NET Windows Form Control to .NET Visual Studio Toolbox

  1. Right click .NET Visual Studio Toolbox, select menu Choose Items...

  2. In "Choose Toolbox Items" form, click button "Browse...", and select dll OnBarcode.Barcode.WinForms.dll.

  3. After selection, you will find four items under "Components" section: LinearWinForm, DataMatrixWinForm, PDF417WinForm, and QRCodeWinForm.

Installation on SSRS (Reporting Services)
Top

Choose your Reporting Service version



How to Start?
Top

1. Generate barcodes in your .NET Class

First add OnBarcode.Barcode.WinForms.dll or OnBarcode.Barcode.ASPNET.dll to .net project reference.

Linear barcode = new Linear();
barcode.Type = BarcodeType.CODE39;
barcode.Data = "0123456789";
barcode.drawBarcode("C://code39.png");

2. Insert barcode images in html or aspx pages

  1. Install buildin ASP.NET barcode generator web application.

  2. To create barcode image in html or aspx pages, you can insert a image tag (img) into your web pages.
    For example, <img src="http://YourDomain:Port/barcode/linear.aspx?DATA=0123456789&TYPE=4" />

3. Draw barcodes on your ASP.NET Web Forms using barcode web form control

  1. Install ASP.NET Barcode Web Form Control.

  2. Drag and drop LinearWebForm, DataMatrixWebForm, PDF417WebForm, and QRCodeWebForm components from your .NET toolbox to your ASP.NET Web Form.

4. Draw barcodes on your Windows Forms using barcode windows form control

  1. Install .NET Barcode Windows Form Control.

  2. Drag and drop LinearWinForm, DataMatrixWinForm, PDF417WinForm, and QRCodeWinForm components from your .NET toolbox to your .NET Windows Form.

Barcode Setting in .NET Barcode Generator
Top

Barcode for .NET - Bar Code Types Generation



OnBarcode is a market-leading provider of barcode generator, reader controls and components for ASP.NET, Windows Forms, WPF, as well Java, Android, iOS (iPhone, iPad) across all major enterprise development platforms. We provides high quality tutorials and guides for various linear, 2d barcode information, such as C# Barcode, QR Code C#, QR Code VB.NET, QR Code ASP.NET, QR Code .NET. Combined with its major reporting barcode tools as well as its Microsoft Office (Excel & Word) barcode add-on, barcode fonts, OnBarcode offers comprehensive barcode solution for building business applications. OnBarcode products help thousands of companies be more productive and deliver high quality bar code automation products under budget and on time.
Terms of Use | Privacy Policy
Copyright © OnBarcode.com . All rights reserved.