Hi Team,
We would love to be able to have support for placing a small logo in the middle of the QR code. Similar to the cross in the Swiss QRCode, but of our own design.
Thank you,
Jason
Having the ability to generate barcodes is great, but having the ability to scan barcodes as well would make the control even better.
Greg
the following XAML is used:
<telerikBarcode:RadBarcode WidthRequest="200"
HeightRequest="100"
x:Name="barcode"
Value="1111111111111"
HorizontalOptions="Center">
<telerikBarcode:RadBarcode.Symbology>
<telerikBarcode:EAN13 AutoChecksum="False"
ShowText="True"
Module="3"
SizingMode="Stretch"/>
</telerikBarcode:RadBarcode.Symbology>
</telerikBarcode:RadBarcode>
Currently, if the value contains longer text, the barcode is not expanding, just uses smaller points to accommodate it.
In addition, the barcode does not take all the available space (with Stretch Sizing mode).