Catalog GetFields Function. Get all the eForm fields in the document. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Get all the eForm fields in the document.

 

   
Syntax  

[C#]
IndirectObject[] GetFields()
[Visual Basic]
Function GetFields() As IndirectObject()

 

   

Params
 
Name Description
return All the eForm fields in the document.

 

   

Notes
 

This function scans the field tree and builds an array of all the fields in the document.

Most fields are Annotations which means they have a visible appearance on the page. All fields are IndirectObjects.

 

   

Example
 

None.