title | page_title | description | position | previous_url | slug |
---|---|---|---|---|---|
Overview |
.NET MAUI Barcode Documentation - Overview |
Try now the Telerik Barcode for .NET MAUI delivering a set of options for creating and showing barcodes. |
0 |
/controls/barcode/barcode-overview |
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.
- [Value and symbology]({% slug barcode-valuesymbology %})—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]({% slug barcode-sizingmodes %})—The Barcode provides three sizing modes that enable you to fine-tune the rendering of the barcodes.
- [Support for one-dimensional (1D) Barcodes]({% slug 1dbarcode-overview %})—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]({% slug 2dbarcode-overview %})—The Barcode also supports matrix barcode types such as QR Code, SwissQR Code, PDF417 and DataMatrix.
- [Auto-checksum]({%slug barcode-autochecksum%})—The Barcode control automatically adds a checksum at the end. You can disable this option by setting the
AutoCheckSum
tofalse
. - [Styling]({% slug barcode-styling %})—You can use the
ForegroundColor
andBackgroundColor
properties of the Barcode for customizing its visual appearance.
- [Getting Started with Telerik UI for .NET MAUI Barcode]({% slug barcode-getting-started %})
- [1D Supported Barcodes]({% slug 1dbarcode-overview %})
- [2D Supported Barcodes]({% slug 2dbarcode-overview %})