PdfResetFormActionFields Property

Gets or sets the list of fields to be included or excluded from reset based on IncludeFields property value. If no fields are added to this array and IncludeFields property is true then all the fields are reset

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public PdfFormField[] Fields { get; set; }

Property Value

PdfFormField

See Also