BookmarksCollectionInsertNewBookmark Method
Creates a new bookmark and inserts it at the specified zero based position index in collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.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
public:
Bookmark^ InsertNewBookmark(
int positionIndex,
String^ text,
ExplicitDestination^ destination
)
member InsertNewBookmark :
positionIndex : int *
text : string *
destination : ExplicitDestination -> 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.