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

If Include property is true, only the fields in this collection will be reset. If Include property is false, the fields in this collection are not reset and only the remaining form fields are reset. If the collection is empty, then all the form fields are reset and the Include property is ignored.

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