Table of Contents

Class ExternalBookmarkNode

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

A node in the Bookmarks of a PDF document which corresponds to a location in an external file.

public class ExternalBookmarkNode : DocumentBookmarkNode
Inheritance
ExternalBookmarkNode
Inherited Members

Constructors

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

Create a new ExternalBookmarkNode.

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

Parameters

title string
level int
destination ExplicitDestination
children IReadOnlyList<BookmarkNode>
fileName string

Properties

FileName

The name of the file containing this bookmark.

public string FileName { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string