Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.22 KB

overview.md

File metadata and controls

36 lines (27 loc) · 2.22 KB
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

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

Barcode Overview

Key Features of the .NET MAUI Barcode

  • [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 to false.
  • [Styling]({% slug barcode-styling %})—You can use the ForegroundColor and BackgroundColor properties of the Barcode for customizing its visual appearance.

Next Steps

  • [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 %})

See Also