ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback