Back to Devexpress

PdfOutline Properties

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

latest2.4 KB
Original Source

PdfOutline Properties

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

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.

See Also

PdfOutline Class

PdfOutline Members

DevExpress.Pdf Namespace