Printing Qr-Code With .net Sdk
Hello,
I have written an application using .NET SDK for BarTender. I used the following strategy:
I made the templates for each type of label (with object fields) and passed btFormat.SetNamedSubStringValue(...). This worked as I had only text as the parameters
But now, I need to add a QR code on the top right of the same label.
Which method to use for this? Can Bartender generate QR code from .NET API?
I am using BarTender 9.3 SR2
Thank you in advance.
Best regards,
Hari
-
Just as with text objects a barcode of ANY symbology uses a data source for its value. Therefore, from your .NET SDK application you can make the case calls to set data on the label as you do for the text objects. The only difference is the name of the data source you refer to and the data that you want to set it to.
0
Please sign in to leave a comment.
Comments
1 comment