Hi,
I recently updated Telerik controls. Since the update, EAN13Barcode component generate an exception if ShowText parameter is set true.
Exception
System.ArgumentNullException: Value cannot be null.
Parameter name: buffer
Sample
<barcode:RadBarcode x:Name="barcode" HeightRequest="75" WidthRequest="250" Value="8710755121463"> <barcode:RadBarcode.Symbology> <barcode:EAN13 AutoChecksum="False" SizingMode="Stretch" ShowText="True" /> </barcode:RadBarcode.Symbology></barcode:RadBarcode>
Thanks.