Is there anyway of reading the tooltip value of an Acrofield (text field) in iTextSharp?
The text field is used to mark the position/heigh/width of a barcode and I'm looking for a way of signalling to the C# code that the barcode text should also be shown. So really just some value I can store in the PDF, against the text field, which is used to control this.
Any ideas?
I'm using PDFill to create the PDF not Adobe, however the options for a text field are the same.