Back to Devexpress

PdfOutline Members

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

latest4.3 KB
Original Source

PdfOutline Members

Represents a document outline that allows the user to navigate interactively from one part of the document to another.

Properties

NameDescription
ActionProvides access to the action that should be performed when the outline item is activated.
ClosedGets or sets a value that indicates whether the outline item is closed when it is displayed on the screen. Inherited from PdfOutlineItem.
ColorGets the color of the outline entry’s text in the navigation pane.
CountGets the total number of visible outline items at all levels of the outline. Inherited from PdfOutlineItem.
DestinationGets a destination (a particular view of a document), which is displayed when an outline item is activated.
FirstGets the first top-level item in the outline. Inherited from PdfOutlineItem.
IsBoldGets a value indicating whether the outline’s text is formatted as bold.
IsItalicGets the value indicating whether the outline’s text is formatted as italic.
LastGets the last top-level item in the outline. Inherited from PdfOutlineItem.
NextGets the next item at the outline level.
ParentGets the parent of the outline item in the outline hierarchy.
PrevGets the previous item at the outline level.
TitleGets the text that is displayed for the outline item.

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

PdfOutline Class

DevExpress.Pdf Namespace