Click or drag to resize

PdfBookmarkCollectionsInsertAt(Int32, String, PdfPage) Method

Inserts a bookmark into the collection at the specified index.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfBookmark InsertAt(
	int Index,
	string Title,
	PdfPage Page
)

Parameters

Index  Int32
The zero-based index at which bookmark should be inserted.
Title  String
The title of the bookmark.
Page  PdfPage
The page to which the transition should be made when interacting with this bookmark.

Return Value

PdfBookmark
The bookmark that has been inserted.
See Also