Click or drag to resize

PdfNewDocument Bookmarks Property

Gets the root of the bookmark tree in the document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public override PdfBookmarkCollection Bookmarks { get; }

Property Value

Type: PdfBookmarkCollection
Aobject specifying the document's bookmarks.
Remarks
Creates an bookmark root instance if it's called for first time.
See Also