XForm GetFieldNames Function. Gets the full names of all the fields in the document. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Gets the full names of all the fields in the document.

 

   
Syntax  

[C#]
string[] GetFieldNames()

[Visual Basic]
Function GetFieldNames() As String()

 

   

Params
 
Name Description
return The names of all the eForm fields in the document.

 

   

Notes
 

This function scans the field tree and extracts the full name of every terminal field in the document.

 

   

Example
 

None.