Adds a new bookmark to the collection.
| C# | Visual Basic | Visual C++ |
public Bookmark AddNewBookmark( string text, ExplicitDestination destination )
Public Function AddNewBookmark ( _ text As String, _ destination As ExplicitDestination _ ) As Bookmark
public: Bookmark^ AddNewBookmark( String^ text, ExplicitDestination^ destination )
- text (String)
- The bookmark text.
- destination (ExplicitDestination)
- The bookmark destination.
The newly created PDF bookmark.