Click or drag to resize

PdfFieldReadOnly Property

Gets or sets a flag indicating whether the field is readonly.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool ReadOnly { get; set; }

Property Value

Boolean
If true, the user may not change the value of the field.
See Also