ImageGear .NET v24.14 - Updated
AddPrev Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : AddPrev Method
The bookmark to become the new left sibling of the current bookmark. This bookmark must have been previously unlinked.
Adds bookmark as the new left sibling to the current bookmark, adjusting the tree containing the current bookmark appropriately.
Syntax
'Declaration
 
Public Sub AddPrev( _
   ByVal bookmark As ImGearPDFBookmark _
) 
'Usage
 
Dim instance As ImGearPDFBookmark
Dim bookmark As ImGearPDFBookmark
 
instance.AddPrev(bookmark)
public void AddPrev( 
   ImGearPDFBookmark bookmark
)
public: void AddPrev( 
   ImGearPDFBookmark* bookmark
) 
public:
void AddPrev( 
   ImGearPDFBookmark^ bookmark
) 

Parameters

bookmark
The bookmark to become the new left sibling of the current bookmark. This bookmark must have been previously unlinked.
See Also

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members