Class EmbeddedBookmarkNode
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
stringlevel
intdestination
ExplicitDestinationchildren
IReadOnlyList<BookmarkNode>fileSpecification
string
Properties
FileSpecification
The file specification for the embedded file
public string FileSpecification { get; }
Property Value
Methods
ToString()
public override string ToString()