ImageGear PDF v25.2 - Updated
GetNext Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : GetNext Method
Gets the bookmark's next (right) sibling.
Syntax
'Declaration
 
Public Function GetNext() As ImGearPDFBookmark
'Usage
 
Dim instance As ImGearPDFBookmark
Dim value As ImGearPDFBookmark
 
value = instance.GetNext()
public ImGearPDFBookmark GetNext()
public: ImGearPDFBookmark* GetNext(); 
public:
ImGearPDFBookmark^ GetNext(); 

Return Value

The bookmark's next (right) sibling or Null if the bookmark has no next sibling (it is its parent's last child).
See Also

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members

Is this page helpful?
Yes No
Thanks for your feedback.