Click or drag to resize

PdfFormAction Include Property

Gets or sets a value indicating whether fields contained in collection will be included for resetting or submitting.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public virtual bool Include { get; set; }

Property Value

Type: Boolean
true if include; otherwise, false .
Remarks
If Include property is true, only the fields in this collection will be reset or submitted. If Include property is false, the fields in this collection are not reset or submitted and only the remaining form fields are reset or submitted. If the collection is null or empty, then all the form fields are reset and the Include property is ignored.
See Also