ImageGear .NET - Updated November 28, 2017
GetParent Method




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : GetParent Method
Gets the bookmark's parent bookmark.
Syntax
'Declaration
 
Public Function GetParent() As ImGearPDFBookmark
 
'Usage
 
Dim instance As ImGearPDFBookmark
Dim value As ImGearPDFBookmark
 
value = instance.GetParent()

Return Value

Parent bookmark of the bookmark or Null if the bookmark is the root of its tree.
See Also

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members