BookmarksCollectionInsertNewBookmark Method
            Creates a new bookmark and inserts it at the specified zero based position index in collection.
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public Bookmark InsertNewBookmark(
	int positionIndex,
	string text,
	ExplicitDestination destination
)
Public Function InsertNewBookmark ( 
	positionIndex As Integer,
	text As String,
	destination As ExplicitDestination
) As Bookmark
- positionIndex  Int32
- The zero based position index where to insert the bookmark.
- text  String
- The bookmark text.
- destination  ExplicitDestination
- The bookmark destination.
BookmarkThe newly created PDF bookmark.