|
PdfBookmarksCollectionInsert Method
|
Creates a new bookmark and inserts it at the specified zero based index in the bookmarks collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfBookmark Insert(
int index,
string text,
PdfDestination destination
)
Public Function Insert (
index As Integer,
text As String,
destination As PdfDestination
) As PdfBookmark
Parameters
- index Int32
- The zero based index where to insert the bookmark.
- text String
- The bookmark text.
- destination PdfDestination
- The bookmark destination.
Return Value
PdfBookmarkThe newly created pdf bookmark.
See Also