ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBookmark Class / GetNext Method




In This Topic
    GetNext Method
    In This Topic
    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