Imports Acro
public FormField[] GetAcroFormFields(string filename);Public Function GetAcroFormFields(ByVal filename As String) As FormField()public FormField[] GetAcroFormFields(byte[] data);Public Function GetAcroFormFields(ByVal data As Byte()) As FormField()| Parameter | Description |
|---|---|
| filename | Specifies the complete file path of the PDF document. |
| data | Specifies the byte array of the PDF document. |
Returns an array of Form
Learn more about the TXText