PdfBookmarkEntry

PdfBookmarkEntry class

PdfBookmarkEntry is an entry in pdf bookmark. if Text property of current instance is null or “”, current instance will be hidden and children will be inserted on current level.

Constructors

NameDescription
PdfBookmarkEntry

Properties

NameTypeDescription
TextStringTitle of a bookmark.
DestinationCellThe cell to which the bookmark link.
DestinationNameStringGets or sets name of destination. If destination name is set, the destination will be defined as a named destination wit
SubEntryArrayListSubEntry of a bookmark.
IsOpenbooleanWhen this property is true, the bookmarkentry will expand, otherwise it will collapse.
IsCollapsebooleanWhen this property is true, the bookmarkentry will collapse, otherwise it will expand.

PdfBookmarkEntry()

PdfBookmarkEntry.Text property

Title of a bookmark.

Type: String

PdfBookmarkEntry.Destination property

The cell to which the bookmark link.

Type: Cell

PdfBookmarkEntry.DestinationName property

Gets or sets name of destination. If destination name is set, the destination will be defined as a named destination with this name.

Type: String

PdfBookmarkEntry.SubEntry property

SubEntry of a bookmark.

Type: ArrayList

PdfBookmarkEntry.IsOpen property

When this property is true, the bookmarkentry will expand, otherwise it will collapse.

Type: boolean

PdfBookmarkEntry.IsCollapse property

When this property is true, the bookmarkentry will collapse, otherwise it will expand.

Type: boolean