SubmitFormActionFields Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets a readonly list identifying which fields to include in the submission or which to exclude, depending on the setting of the Include flag in the Flags entry. If this entry is omitted, the Include flag shall beignored, and all fields in the document’s interactive form (AcroForm) shall be submitted except those whose NoExport flag is set. Fields with no values may also be excluded, as dictated by the value of the IncludeNoValueFields flag.

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

public IEnumerable<Field> Fields { get; }

Property Value

Type: IEnumerableField
The fields.
See Also

Reference