.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.

ninja-iconThe Barcode is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.Start Free Trial

Barcode Overview

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 to false.
  • Styling—You can use the ForegroundColor and BackgroundColor properties of the Barcode for customizing its visual appearance.

Next Steps

See Also