Beginner with PDF 417 2d barcode

Hi,



Just starting out with this… sorry if its basic question.



I want to use the PDF 2D barcode, and am trying figure out how to set the text value of the bar code.



I have three fields I want to use to create the barcode value (part number, expiry date and batch code)



These are three string values in my app… How do I set the barcodes value to be my three string ?



Thanks

Hi,


Welcome to Aspose.BarCode forum.

Please check the below linked technical article on the subject.
http://www.aspose.com/documentation/.net-components/aspose.barcode-for-.net/how-to-create-a-pdf417-barcode.html

As you have mentioned, you have 3 string values to be encoded in barcode. Concatenate these string values and assign it to the BarCodeBuilder.CodeText property.

Also please check the API reference guide.
http://www.aspose.com/documentation/.net-components/aspose.barcode-for-.net/aspose.barcode-for-.net-api-reference.html

Hope it helps. In case you have further questions or comments, please feel free to write back.