Business Refinery Barcode for .Net Linear Package User Guide

Index:

How to integrate barcode for .net linear package into your application?

Streaming the barcode image without Visual Studio .Net

This method is the easiest way to create a barcode in your application. It streams the barcode image to the browser without saving any images to the server.
The following steps explains the process to install the Linear control.

  1. Create a phasical folder to put all files. For example, folder 'barcode' under 'C:\Inetpub'. Then create a folder name 'bin' under the folder created previously. For example 'C:\Inetpub\barcode\bin'.
  2. Copy BarcodeNetLinear.dll in your demo package to folder C:\Inetpub\barcode\bin. Copy BRLinear.aspx in your demo package to folder C:\Inetpub\barcode.
  3. Create a virtual directory on the IIS web server.

    • Open IIS Manager. In Widnwos XP, go to Control Panel/Administrative Tools/Internet Information Services
    • Right click Default Web Site, under location computer/Web Sites on the left navigator bar.
    • Click New | Virtual Directory ...
    • Click Next button on the first screen.
    • Enter the Alias name, for example 'barcode', so your url will be http://yourdomain.com/barcode. Click Next button.
    • Browse to the physical directory created earlier. Click Next.
    • Grant permissions to the directory. The default permissions will suffice for implementing this solution. Click Next.
    • Click Finish

  4. Start IIS. You have installed the package.
  5. To verify your installation. Goto http://yourdomain/barcode/brlinear.aspx?barcode=123456789&CodeType=0. You will view the created barcode image.
  6. To create barcode image in your application, you can pass the url to IMG tag src value. For example, <img src="http://yourdomain/barcode/brlinear.aspx?barcode=123456789&CodeType=0" />




How to customize barcode settings?

Properties: