Creates a root bookmark for the document
| C# | Visual Basic | Visual C++ |
public Bookmark AddBookmark( string text, ExplicitDestination destination )
Public Function AddBookmark ( _ text As String, _ destination As ExplicitDestination _ ) As Bookmark
public: Bookmark^ AddBookmark( String^ text, ExplicitDestination^ destination )
- text (String)
- The bookmark text
- destination (ExplicitDestination)
- The bookmark destination
The newly added bookmark.