PdfFormOptionsResetOnlyFieldsFromButtonForm Property

Gets or sets a value indicating whether reset buttons affect only fields that belong to the same HTML form

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public bool ResetOnlyFieldsFromButtonForm { get; set; }

Property Value

Boolean
to scope reset actions to the fields of the button's form; otherwise,

See Also