Gets or sets a value indicating whether the form is read only.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public virtual bool ReadOnly { get; set; }
Public Overridable Property ReadOnly As Boolean Get Set
public: virtual property bool ReadOnly { bool get (); void set (bool value); }
abstract ReadOnly : bool with get, set override ReadOnly : bool with get, set
Property Value
Booleantrue if the form is read only; otherwise, false.