PdfFormOptionsSubmitOnlyFieldsFromButtonForm Property

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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public bool SubmitOnlyFieldsFromButtonForm { get; set; }

Property Value

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

See Also