Back to Devexpress

PdfBookmark Members

officefileapi-devexpress-dot-pdf-dot-pdfbookmark-dot-underscore-members.md

latest3.8 KB
Original Source

PdfBookmark Members

Contains settings that are used to specify bookmarks in a document.

Constructors

NameDescription
PdfBookmark()Initializes a new instance of the PdfBookmark class with the default settings.

Properties

NameDescription
ActionProvides access to the bookmark action being executed.
ChildrenGets or sets the collection of bookmark children for a document with a tree-structured hierarchy.
DestinationGets or sets a destination with which a bookmark is associated.
IsBoldGets or sets the value indicating whether the bookmark text is bold.
IsInitiallyClosedGets or sets a value that indicates whether bookmarks are initially closed (bookmark children are hidden) in the navigation panel after a document is loaded.
IsItalicGets or sets the value indicating whether the bookmark text is italic.
TextColorGets or sets the color for a bookmark’s text in the navigation pane.
TitleGets or sets the bookmark’s text on the navigation pane.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfBookmark Class

DevExpress.Pdf Namespace