Click or drag to resize

PdfBookmarkCollectionsInsertAt(Int32, String, PdfAction) Method

Inserts a bookmark with the specified action 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,
	PdfAction action
)

Parameters

Index  Int32
The zero-based index at which bookmark should be inserted.
Title  String
The title of the bookmark.
action  PdfAction
The action to be performed by the bookmark.

Return Value

PdfBookmark
The bookmark that has been inserted.
See Also