 | PdfFieldReadOnly Property |
Gets or sets a flag indicating whether the field is readonly.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic 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
Type:
Boolean
If true, the user may not change the value of the field.
See Also