Hello,
The full gencod is not displayed when I set ShowText to true.
xaml
<barcode:RadBarcode x:Name="barcode" Value="" WidthRequest="150" HorizontalOptions="Center" Grid.Row="2"> <barcode:RadBarcode.Symbology> <barcode:EAN13 AutoChecksum="False" SizingMode="Stretch" ShowText="True" /> </barcode:RadBarcode.Symbology> </barcode:RadBarcode>
xaml.cs
barcode.Value = "7613036213097";
And rendering in attached file.
