PdfFormOptionsExcludeDisabledFieldsFromSubmit Property

Gets or sets a value indicating whether disabled HTML fields are excluded from submit actions

Definition

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

Property Value

Boolean
to exclude disabled fields from submit actions; otherwise,

See Also