.NET MAUI Barcode Overview
The Telerik UI for .NET MAUI Barcode enables you to create and show barcodes. You can generate and visualize barcodes in a machine-readable format through the Barcode control by providing numeric or character data.
Key Features of the .NET MAUI Barcode
- Value and symbology—The Barcode enables you set the symbology that will be used to convert the value of the control into a visual barcode representation.
- Sizing modes—The Barcode provides three sizing modes that enable you to fine-tune the rendering of the barcodes.
- Support for one-dimensional (1D) Barcodes—The Telerik UI for .NET MAUI Barcode supports linear barcode types such as EAN13, EAN8, UPC-A, UPC-E, and Code39.
- Support for two-dimensional (2D) Barcodes—The Barcode also supports matrix barcode types such as QR Code, SwissQR Code, PDF417 and DataMatrix.
- Auto-checksum—The Barcode control automatically adds a checksum at the end. You can disable this option by setting the
AutoCheckSum
tofalse
. - Styling—You can use the
ForegroundColor
andBackgroundColor
properties of the Barcode for customizing its visual appearance.