Table of Contents

Class DocumentBookmarkNode

Namespace
UglyToad.PdfPig.Outline
Assembly
UglyToad.PdfPig.dll

A node in the Bookmarks of a PDF document which corresponds to a location in the current document.

public class DocumentBookmarkNode : BookmarkNode
Inheritance
DocumentBookmarkNode
Derived
Inherited Members

Constructors

DocumentBookmarkNode(string, int, ExplicitDestination, IReadOnlyList<BookmarkNode>)

Create a new DocumentBookmarkNode.

public DocumentBookmarkNode(string title, int level, ExplicitDestination destination, IReadOnlyList<BookmarkNode> children)

Parameters

title string
level int
destination ExplicitDestination
children IReadOnlyList<BookmarkNode>

Properties

Destination

The destination of the bookmark in the current document.

public ExplicitDestination Destination { get; }

Property Value

ExplicitDestination

PageNumber

The page number where the bookmark is located.

public int PageNumber { get; }

Property Value

int

Methods

ToString()

public override string ToString()

Returns

string