|
|
Barcodesoft Dot Net Server Control is written in managed code (C#) and can generate all major linear and 2D barcode formats from Dot Net framework. Barcodesoft Dot Net Server Control 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 of Barcodesoft Dot Net Server Control.
Barcodesoft Dot Net Server Control comes with search engine friendly URL and your HTML codes will easily pass validation.
It's quite easy to use Barcodesoft Dot 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="Barcodesoft" TagPrefix="bcs" %>
<bcs:BCSDotNetCtrl ID="BCSBarcodeCtrl1" runat="server" />
Then add the following codes in the CodeBehind C# file:
BCSBarcodeCtrl1.Symbology = 1;
BCSBarcodeCtrl1.Text = "BARCODESOFT";
Barcode Symbology |
Description |
Code39 |
Most widely used alpha-numeric barcode symbology: Code39, Code39 Extended |
Code128 |
Code128A, Code128B, Code128C and GS1-128 (UCC/EAN-128) |
UPC / EAN |
UPC-A, UPC-E, EAN13, EAN8 and Bookland |
Code25 / Interleaved 25 |
Mainly used for numeric data encodation |
POSTNET |
POSTNET barcode, Planet barcode |
PDF417 |
Two-dimensional barcode |
Data Matrix |
Two-dimensional barcode |
QR Code |
Two-dimensional barcode that is able to encode Japanese characters |
Aztec Barcode |
Two-dimensional barcode |
Other |
Code93, Code11, Codabar, Telepen, MSI / Plessey |
Image Format |
Bitmap |
Jpeg |
GIF |
PNG |
Bar Code |
Default |
Optional |
Optional |
Optional |
Barcode ASP.NET Server Control Pricing List
License Type |
Developer License |
Unlimited Developer License |
Price |
US$299 |
US$795 |
|
|
|