| PdfFieldReadOnly Property |
Gets or sets a flag indicating whether the field is readonly.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean
Get
Set
public:
property bool ReadOnly {
bool get ();
void set (bool value);
}
member ReadOnly : bool with get, set
/** @property */
public boolean get_ReadOnly()
/** @property */
public void set_ReadOnly(boolean value)
function get_ReadOnly();
function set_ReadOnly(value);
Property Value
Boolean
If true, the user may not change the value of the field.
See Also