Gets or sets a value indicating whether this is editable.
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 Editable { get; set; }
Property Editable As Boolean Get Set
property bool Editable { bool get (); void set (bool value); }
abstract Editable : bool with get, set
Property Value
Booleantrue if editable; otherwise, false.