Blazor Barcode - Overview
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
- Overview.razor
The Barcode component is part of Telerik UI for Blazor, a professional grade UI library with 110+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for Blazor BarCode component displays data in all popular barcode machine-readable formats. You can iterate through a data source and render multiple barcodes or manually set data for one-off scenarios.
The above demo shows a fictional boarding pass. The data is manually set, but in practice, an application would produce a boarding pass per passenger, each with its own unique barcode. You can configure the barcodes to represent both numeric and character data.
As you can see in the Barcode Encoding demo, all popular formats are supported. These include:
- Code 39 (default)
- Code39Extended
- Code 93
- Code93Extended
- EAN-13
- EAN-8
- UPC-A
- UPC-E
- POSTNET
- Code 11
- Code128
- Code128A
- Code128B
- Code128C
- GS1-128
- MSImod10
- MSImod11
- MSImod1010
- MSImod1110
If you are looking for the more modern QR Code format, the Telerik UI for Blazor QRCode component will suit your requirements. Not only can it encode numbers and characters, but its more powerful nature supports URLs, email addresses, SMS, geolocations and more.