We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How do I hide the text showing below a QR Code

Hi,

I'm embedding a lengthy JSON string into a QR Code.

This string shows below the QR Codes that your SfBarcode component generates... how do I hide this? I don't want to show it.

Tx

1 Reply

NM Nijamudeen Mohamed Sulaiman Syncfusion Team October 19, 2015 04:43 AM UTC

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.


Loader.
Live Chat Icon For mobile
Up arrow icon