 | PdfWebLinkCollectionIsReadOnly Property |
Gets a value indicating whether the collection is read-only.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
/** @property */
public final boolean get_IsReadOnly()
function get_IsReadOnly();
Property Value
BooleanImplements
ICollectionTIsReadOnly
See Also