Class ExternalBookmarkNode
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
stringlevel
intdestination
ExplicitDestinationchildren
IReadOnlyList<BookmarkNode>fileName
string
Properties
FileName
The name of the file containing this bookmark.
public string FileName { get; }
Property Value
Methods
ToString()
public override string ToString()