الاثنين، 8 أغسطس 2011

Print Barcode at ASP.NET Application

Barcodesoft ASP.Net Server Control enpowers you to print barcode from your own ASP.NET application.

It supports all major linear and two-dimensional barcode formats, like Code39, Code128, UPC-A, EAN13, POSTNET, PDF417 and Data Matrix.

You get full control over barcode symbology, image format, orientation, size and human readable text display option.

The implementation is quite simple. One simple HTML tag like this

will plug in a barcode image into your web page.
Barcodesoft ASP.Net Server Control include a 30-day money back guarantee. If you are dissatisfied with the product for any reason, you will receive a full refund within 30 days.


Barcodesoft .Net Server Control is written in managed code (C#) and can generate all major linear and 2D barcode formats from .Net framework. It supports Code 39, Extended Code 39, Code 128, UPC-A, EAN13, Bookland, POSTNET, Interleaved 2 of 5, code 93, code 25, code 11, MSI / Plessey, Codabar, Telepen, Data Matrix, PDF417, QR Code, and Aztec.

You can customize barcode height, width, human readable text, image format and orientation.



It's quite easy to use Barcodesoft .Net Server Control in ASP.NET environment, 
1. Copy BCSDotNetCtrl.dll to your ASP.Net application \bin folder

2. Copy Barcodesoft.ashx to your ASP.net application root folder

3. If you are writing a HTML page,
you can insert a barcode image into your html page like this

<img src="Barcodesoft.ashx?s=code39&TEXT=1234">


If you are writing an .ASPX page, you can insert a tag
<%@ Register Assembly="BCSDotNetCtrl" Namespace="BCS" TagPrefix="bcs" %>
<bcs:BCSDotNetCtrl ID="BCSBarcodeCtrl1" runat="server" />


Then add the following codes in the CodeBehind C# file:

BCSBarcodeCtrl1.Symbology = 1;
BCSBarcodeCtrl1.Text = "BARCODESOFT";



Download a Trial Version

Buy Now

هناك تعليق واحد: