PdfFormOptionsIncludeReadOnlyFieldsInSubmit Property

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

Definition

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

Property Value

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

See Also