Get all the eForm fields in the document.
[C#] IndirectObject[] GetFields()
IndirectObject[] GetFields()
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.
None.