Hi There,
I am trying to get all Pdf fields (textbox, checkbox, date etc). When I tried following code I am getting 4 fields only. Am I missing something?
Aspose.Pdf.dll
Version: 9.9.0.0
Code:
public static void Mai…...ahmad January 8, 2015, 7:41am 2 Hi John, Thanks for your inquiry...textBoxField = pdfDocument.Form.Fields[2] as TextBoxField; textBoxField...