Hi,
To encode binary data with the barcodebuilder what is the value to set for the CodeText property ?
bd.setSymbologyType(Symbology.QR);
bd.setCodeText(?????)
Thanks
Hi,
To encode binary data with the barcodebuilder what is the value to set for the CodeText property ?
bd.setSymbologyType(Symbology.QR);
bd.setCodeText(?????)
Thanks
Hi Othmane,
Thanks for the inquiry. Aspose.BarCode supports encoding binary data into QR barcode. The BarCodeBuilder will select the appropriate mode of QR and encode the data, you just need to specify the binary data to the CodeText property and set the SymbologyType to QR, and the BarCodeBuilder will encode the data automatically. For more details, please visit our documentation links below:
In case of further assistance & comments, please let me know.