ImageGear .NET v25.0 - Updated
GetPrev Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : GetPrev Method
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

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members