Class PdfBookmarkEntry

PdfBookmarkEntry class

public class PdfBookmarkEntry

Constructors

NameDescription
PdfBookmarkEntry()The default constructor.

Properties

NameDescription
Destination { get; set; }The page to which the bookmark link.
IsCollapse { get; set; }When this property is true, the bookmarkentry will collapse, otherwise it will expand.
IsOpen { get; set; }When this property is true, the bookmarkentry will expand, otherwise it will collapse.
SubEntry { get; set; }SubEntry of a bookmark.
Text { get; set; }Title of a bookmark.

See Also