Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SfBarcodeGenerator

Strypper opened this issue · comments

Description

The Syncfusion .NET MAUI Barcode Generator is a data visualization control used to generate and display data in a machine-readable format. It provides a perfect approach to encode text using supported symbology types.

https://help.syncfusion.com/maui/barcode-generator/overview

Public API Changes

xmlns:barcode="clr-namespace:Syncfusion.Maui.Barcode;assembly=Syncfusion.Maui.Barcode"
<barcode:SfBarcodeGenerator Value="http://www.syncfusion.com" 
                            HeightRequest="150"/>

Intended Use-Case

  1. One-dimensional barcodes - Barcode Generator supports different one-dimensional barcode symbologies such as Code128, EAN8,EAN13, UPC-A, UPC-E, Code39, Code39 Extended, Code93, and Codabar.
  2. Two-dimensional barcode - Barcode Generator supports popular QR code and Data Matrix.
  3. Barcode customization - Customize the visual appearance of barcodes using the BackgroundColor and ForegroundColor properties, and adjust the size of the smallest line or dot of the code using the Module property.
  4. Text customization - Configure to display the barcode value and customize the position and style of the barcode text.
git fetch origin
git checkout 87-sfbarcodegenerator