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




In This Topic
    GetPrev Method
    In This Topic
    Gets the bookmark 's previous (left) sibling.
    Syntax
    'Declaration
     
    Public Function GetPrev() As ImGearPDFBookmark
    'Usage
     
    Dim instance As ImGearPDFBookmark
    Dim value As ImGearPDFBookmark
     
    value = instance.GetPrev()
    public ImGearPDFBookmark GetPrev()
    public: ImGearPDFBookmark* GetPrev(); 
    public:
    ImGearPDFBookmark^ GetPrev(); 

    Return Value

    Previous (left) sibling of the bookmark or Null if the bookmark has no previous sibling (it is its parent's first child).
    See Also