Neodynamic Barcode Professional for ASP.NET
Using Barcode Professional in ASP.NET MVC

There are two ways to render barcode images in your Views, one is through the BarcodeHtmlHelper class where the barcode image is embedded into the HTML returned back to the browser; and the other one is by writing a Controller from where you instantiate BarcodeProfessional class to generate the desired barcode image that will be displayed in the View through an HTML IMG tag.

Barcode Professional can generate most popular Linear (1D), Postal, Component Composite, MICR & 2D Barcode Symbologies including Code 39, Code 128, GS1-128, GS1 DataBar (RSS-14), EAN 13 & UPC, ISBN, ISBT-128, Postal (USPS, British Royal Mail, Australia Post, DHL, FedEx), Data Matrix, QR Code, PDF 417, Aztec Code, UPS MaxiCode, Chinese Han Xin Code, IFA PPN, MICR E-13-B Characters, all EAN/UPC Composite Barcodes (CC-A, CC-B & CC-C) and many more barcode standards

If you need further assistance, please contact our team at http://www.neodynamic.com/support


Using BarcodeHtmlHelper class
NOTE
The BarcodeHtmlHelper.EmbedBarcodeImage method creates and embeds a barcode image in PNG format by leveraging browsers Base64 Data URI feature. If you do not want to embed the barcode image or need to render the barcode in another image format like (jpg, gif, etc), then please refer to Using BarcodeProfessional class in a Controller


Using BarcodeProfessional class in a Controller