ImageGear .NET - Updated November 28, 2017
GetNext Method




ImageGear23.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()

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