AcroFormFields Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets an array of references to the document’s root fields(those with no ancestors in the field hierarchy).

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public IList<Field> Fields { get; }

Property Value

Type: IListField
See Also

Reference