PdfResetFormActionIncludeFields Property
Controls if the
Fields property defines the fields to be included or the fields to be excluded from reset.
By default this property is true and the
Fields property defines the list of fields to to be included in reset
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool IncludeFields { get; set; }
Public Property IncludeFields As Boolean
Get
Set
public:
property bool IncludeFields {
bool get ();
void set (bool value);
}
member IncludeFields : bool with get, set
Property Value
Boolean