Class DocumentBookmarkNode
A node in the Bookmarks of a PDF document which corresponds to a location in the current document.
public class DocumentBookmarkNode : BookmarkNode
- Inheritance
-
DocumentBookmarkNode
- Derived
- Inherited Members
Constructors
DocumentBookmarkNode(string, int, ExplicitDestination, IReadOnlyList<BookmarkNode>)
Create a new DocumentBookmarkNode.
public DocumentBookmarkNode(string title, int level, ExplicitDestination destination, IReadOnlyList<BookmarkNode> children)
Parameters
title
stringlevel
intdestination
ExplicitDestinationchildren
IReadOnlyList<BookmarkNode>
Properties
Destination
The destination of the bookmark in the current document.
public ExplicitDestination Destination { get; }
Property Value
PageNumber
The page number where the bookmark is located.
public int PageNumber { get; }
Property Value
Methods
ToString()
public override string ToString()