FormsDataDocumentFields Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets a collection of FDF fields representing the root fields (those with no ancestors in the field hierarchy) that shall be exported or imported. This entry and the Pages entry shall not both be present.

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

public FdfFieldsCollection Fields { get; }

Property Value

Type: FdfFieldsCollection
The fields.
See Also

Reference