 | PdfBookmarkCollectionsIsReadOnly 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:
property bool IsReadOnly {
bool get ();
}
member IsReadOnly : bool with get
/** @property */
public boolean get_IsReadOnly()
function get_IsReadOnly();
Property Value
Boolean
See Also