Click here to Skip to main content
15,916,412 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,
I Have Tried print barcode sticker in asp.net web application.but till now i didn't get a otput

I Have tried datamatrix type in 2D barcode .but i don't know about how to print barcode sticker

in 2D barcode

I have tried
BarcodeLib.Barcode.DataMatrix datamatrix = new BarcodeLib.Barcode.DataMatrix();
datamatrix.Data = "1dfefg%^7fdsg56566";
datamatrix.BackgroundColor = System.Drawing.Color.White;
datamatrix.ModuleSize = 6;
datamatrix.RightMargin = 6;
datamatrix.ImageFormat = System.Drawing.Imaging.ImageFormat.Jpeg;
datamatrix.drawBarcode(RollnoBar);


pls telll your suggestion
Posted

1 solution

Barcode are special fonts. so you can try Barcode font instead of third party tool
See this CP article.
Barcodes-in-ASP-NET-applications
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900