PdfFormOptionsIncludeReadOnlyFieldsInSubmit Property

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

Definition

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

Property Value

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

See Also