syncfusion-aspnetmvc-barcodes
Installation
SKILL.md
Implementing Barcodes (ASP.NET MVC)
Syncfusion EJ2 ASP.NET MVC provides three barcode components via HTML helpers:
| Component | HTML Helper | Use When |
|---|---|---|
| BarcodeGenerator | Html.EJS().BarcodeGenerator() |
Linear 1D barcodes (Code39, Code128, Codabar, etc.) |
| QR Code Generator | Html.EJS().QRCodeGenerator() |
2D QR codes, optional logo embedding |
| DataMatrix Generator | Html.EJS().DataMatrixGenerator() |
2D DataMatrix barcodes |
All three support color customization, dimension control, display text, and export to image or Base64.
When to Use This Skill
- Rendering any barcode type in an ASP.NET MVC view
- Choosing between BarcodeGenerator, QR Code, and DataMatrix
- Customizing barcode appearance (color, size, text)
- Embedding a logo in a QR code
- Exporting barcodes as images or Base64 strings