BookmarksCollectionInsertNewBookmark Method

Creates a new bookmark and inserts it at the specified zero based position index in collection.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public Bookmark InsertNewBookmark(
	int positionIndex,
	string text,
	ExplicitDestination destination
)

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

Bookmark
The newly created PDF bookmark.

See Also