activePDF Toolkit 2011 API Reference
Adding Comments to Barcodes
Appendices > Adding Comments to Barcodes

Glossary Item Box

If you previously used the Comment property to attach comments to your barcodes, please note that the call has been deprecated and that it has been replaced with PrintText.

 

  1. Call the SetFont method to specify the font for the text to print.
  2. Call PrintText to add the string of text, setting the PDF coordinates appropriately for the barcode. 
  3. If necessary, manipulate the text's transparency with SetTextTransparency.