PdfFormOptionsExcludeDisabledFieldsFromSubmit Property

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

Definition

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

Property Value

Boolean
to exclude disabled fields from submit actions; otherwise,

See Also