BookmarkAddPrev Method (String) |
Adds a new Bookmark to the tree containing this Bookmark, as the
new left sibling.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Bookmark AddPrev(
string text
)
Public Function AddPrev (
text As String
) As Bookmark
public:
virtual Bookmark^ AddPrev(
[InAttribute] String^ text
) sealed
Parameters
- text
- Type: SystemString
The title string value of the new Bookmark.
Return Value
Type:
Bookmark The newly created sibling Bookmark.
See Also