Catalog GetFieldNames Function. The names of all the eForm fields in the document. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

The names of all the eForm 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 field in the document.

 

   

Example
 

None.