PdfSubmitFormActionFields Property

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public PdfFormField[] Fields { get; set; }

Property Value

PdfFormField

See Also