ImageGear .NET v25.0 - Updated
GetParent Method




ImageGear.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()
public ImGearPDFBookmark GetParent()
public: ImGearPDFBookmark* GetParent(); 
public:
ImGearPDFBookmark^ 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