 | PdfBookmarkCollectionsParent Property |
Gets parent bookmark.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfBookmark Parent { get; }
Public ReadOnly Property Parent As PdfBookmark
Get
public:
property PdfBookmark^ Parent {
PdfBookmark^ get ();
}
member Parent : PdfBookmark with get
/** @property */
public PdfBookmark get_Parent()
Property Value
PdfBookmark
See Also