PdfFormOptionsIncludeReadOnlyFieldsInSubmit Property

Gets or sets a value indicating whether read-only fields are included in submit actions

Definition

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

Property Value

Boolean
to include read-only fields in submit actions; otherwise,

See Also