Instructions on Codabar ASP.NET Barcode Generation in Web Applications / Website / IIS
Generate & print Codabar in ASP.NET web applications and IIS
Draw & encode Codabar in RDLC Reports & Crystal Reports
Completely built in managed C#, suitable for both C# & VB programming
Easy to integrate ASP.NET barcode generator dll into .NET development
Support Visual Studio .NET Framework 2.0, 3.0, 3.5 and greater
Provide four licence types for ASP.NET Barcode Generator Control package
Brief Summary of ASP.NET Linear Codabar Barcode
Codabar, also known as Code 2 of 7, ANSI/AIM BC3-1995 or USD-4, is a linear barcode. Like Code 39, Codabar is also discrete and optional to checksum. The biggest characteristic of Codaba is that it has 4 start / stop symbols. Nowadays, Codabar has been used in sectors like U.S. blood banks, photo labs and FedEx airbills.
Generate Linear Codabar Barcode Images in Microsoft IIS
Copy the folder "barcode" from the downloaded trial package to your IIS folder, e.g. C:\ interpub.
Create a new virtual directory in your IIS named "barcode", and connect it to the above "barcode" folder pasted in inetpub.
Restart IIS and navigate to: http://YourDomain:port/barcode/linear.aspx?Type=0&Data=121211&LeftMargin=12&RightMargin=12 To make further adjustment for Codabar image, please view web stream URL parameters for Codabar here: 1D Barcode Codabar .NET Property Settings
If you want to add this Codabar barcode image to your aspx or html page, please pass the url to IMG tag or src value. <img src=http://YourDomain:port/barcode/linear.aspx?Type=0&Data=121211&LeftMargin=12&RightMargin=12 /> This method will not generate any Codabar barcodes in your IIS server side.
ASP.NET Codabar Barcode Generator Supported Barcode Types