Table of Contents

Class UriBookmarkNode

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

A node in the Bookmarks of a PDF document which corresponds to a uniform resource identifier on the Internet.

public class UriBookmarkNode : BookmarkNode
Inheritance
UriBookmarkNode
Inherited Members

Constructors

UriBookmarkNode(string, int, string, IReadOnlyList<BookmarkNode>)

Create a new ExternalBookmarkNode.

public UriBookmarkNode(string title, int level, string uri, IReadOnlyList<BookmarkNode> children)

Parameters

title string
level int
uri string
children IReadOnlyList<BookmarkNode>

Properties

Uri

The uniform resource identifier to resolve.

public string Uri { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string