Hi Leon,
Thanks for your interest in Syncfusion Products.
Based on your provided information, your requirement of hiding the SfBarcode Text can be achieved by setting the SfBarcode`s “ShowText” property to “False”. Please refer the following code example.
Code Example:
XAML:
<barcode:SfBarcode x:Name="barcode" ShowText="False" Text="Sample Text" Symbology="QRCode"/>
C#: barcode.ShowText = false;
|
If the provided information does not meet your requirement, could you please provide us more information along with simple sample and its replication procedures? It will be helpful for us to analyze on it and provide you a possible solution.
Please let us know, if you have any query.
Regards,
Nijamudeen M.