ResetFormActionFields Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets a readonly list identifying which fields to reset or which to exclude from resetting, depending on the setting of the IsInclude flag. If this entry is empty, all fields in the document’s interactive form are reset.

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