BookmarkAddPrev Method (Bookmark) |
Adds the specified Bookmark as the new left sibling to this Bookmark,
adjusting the tree containing this Bookmark appropriately.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void AddPrev(
Bookmark bookmark
)
Public Sub AddPrev (
bookmark As Bookmark
)
public:
virtual void AddPrev(
[InAttribute] Bookmark^ bookmark
) sealed
function AddPrev(bookmark);
Parameters
- bookmark
- Type: pdftron.PDFBookmark
The Bookmark object to be added to this Bookmark.
Remarks Parameter in_bookmark must not be linked to a bookmark tree.
See Also