SubmitFormActionInclude Property ByteScout PDF SDK
Gets or sets a value indicating whether fields contained in the Fields collection will be included for submitting.
Remarks

If Include property is true, only the fields in this collection will be submitted. If Include property is false, the fields in this collection are not submitted and only the remaining form fields are submitted. If the collection is empty, then all the form fields are reset and the Include property is ignored. If the field has Export property set to false, it will be not included for submitting in any case.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public bool Include { get; set; }

Property Value

Type: Boolean
See Also

Reference