Gets or sets a value indicating whether [read only].
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
bool ReadOnly { get; set; }
Property ReadOnly As Boolean Get Set
property bool ReadOnly { bool get (); void set (bool value); }
abstract ReadOnly : bool with get, set
Property Value
Booleanif the field is read only, set to true.