 | PdfBookmarkParent Property |
Gets the parent bookmark of the current bookmark.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.68.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.68.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
Type:
PdfBookmark
See Also