Click or drag to resize

PdfBookmarkCollection Add Method

Creates and adds an outline.

Namespace: Spire.Pdf.Bookmarks
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBookmark Add(
	string title
)

Parameters

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

Return Value

Type: PdfBookmark
The outline created.
See Also