Creates a new bookmark and inserts it at the specified zero based position index in collection.
| C# | Visual Basic | Visual C++ |
public Bookmark InsertNewBookmark( int positionIndex, string text, ExplicitDestination destination )
Public Function InsertNewBookmark ( _ positionIndex As Integer, _ text As String, _ destination As ExplicitDestination _ ) As Bookmark
public: Bookmark^ InsertNewBookmark( int positionIndex, String^ text, ExplicitDestination^ destination )
- positionIndex (Int32)
- The zero based position index where to insert the bookmark.
- text (String)
- The bookmark text.
- destination (ExplicitDestination)
- The bookmark destination.
The newly created PDF bookmark.