Creates a new bookmark and inserts it at the specified zero based position index in collection.
            
 Declaration Syntax
 Declaration Syntax| 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 )
 Parameters
 Parameters- positionIndex (Int32)
- The zero based position index where to insert the bookmark.
- text (String)
- The bookmark text.
- destination (ExplicitDestination)
- The bookmark destination.
 Return Value
 Return ValueBookmark
The newly created PDF bookmark.
The newly created PDF bookmark.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)

