Imports AcroFormFields from an Adobe PDF document.

GetAcroFormFields(String)

public FormField[] GetAcroFormFields(string filename);
Public Function GetAcroFormFields(ByVal filename As String) As FormField()

GetAcroFormFields(Byte[])

public FormField[] GetAcroFormFields(byte[] data);
Public Function GetAcroFormFields(ByVal data As Byte()) As FormField()

Parameters

Parameter Description
filename Specifies the complete file path of the PDF document.
data Specifies the byte array of the PDF document.

Return Value

Returns an array of FormField objects.

Further Reading

Learn more about the TXTextControl.DocumentServer.PDF.Forms.GetAcroFormFields Method in the Text Control Blog: