 | PdfArrayWrapperTIsReadOnly Property |
Gets a value indicating whether the collection is read-only.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool IsReadOnly { get; protected set; }Public Property IsReadOnly As Boolean
Get
Protected Set
public:
virtual property bool IsReadOnly {
bool get () sealed;
protected: void set (bool value) sealed;
}abstract IsReadOnly : bool with get, set
override IsReadOnly : bool with get, set
/** @property */
public final boolean get_IsReadOnly()
/** @property */
public final void set_IsReadOnly(boolean value)
function get_IsReadOnly();
function set_IsReadOnly(value);
Property Value
BooleanImplements
ICollectionTIsReadOnly
See Also