Click or drag to resize

PdfBookmarkCollection Insert Method

Inserts a new outline at the specified index.

Namespace: Spire.Pdf.Bookmarks
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBookmark Insert(
	int index,
	string title
)

Parameters

index
Type: System Int32
The index.
title
Type: System String
The title of the new outline.

Return Value

Type: PdfBookmark
The new outline.
See Also