Gets or sets a value indicating whether [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# |
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.