 | PdfPageObjectsCollectionIsReadOnly Property |
Gets a value indicating whether the collection is read-only.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.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
Type:
BooleanImplements
ICollectionTIsReadOnly
See Also