Table of Contents

Class EmbeddedBookmarkNode

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

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

public class EmbeddedBookmarkNode : DocumentBookmarkNode
Inheritance
EmbeddedBookmarkNode
Inherited Members

Constructors

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

Create a new ExternalBookmarkNode.

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

Parameters

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

Properties

FileSpecification

The file specification for the embedded file

public string FileSpecification { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string