Click or drag to resize

PdfFormWidget ReadOnly Property

Gets or sets a value indicating whether the form is read only.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public override bool ReadOnly { get; set; }

Property Value

Type: Boolean
True if the field is read-only, false otherwise. Default is false.
See Also