PdfField
ReadOnly Property
|
Gets or sets a value indicating whether [read only].
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Boolean
if the field is read only, set to
true
.
See Also