PdfOutlineItem Properties

The PdfOutlineItem type exposes the following members.

Properties

  NameDescription
Public propertyAction
Gets or sets the action to be performed when this PdfOutlineItem is activated.
Public propertyBold
(PDF 1.4) Gets or sets a value indicating whether this PdfOutlineItem should be displayed in bold.
Public propertyChildCount
Gets the number of child outline items of this PdfOutlineItem.
Public propertyChildren
Gets the collection of child outline items of this PdfOutlineItem.
Public propertyColor
(PDF 1.4) Gets or sets the color to be used for the outline entry's text.
Public propertyItalic
(PDF 1.4) Gets or sets a value indicating whether this PdfOutlineItem should be displayed in italic.
Public propertyOpen
Gets or sets a value indicating whether this PdfOutlineItem is open.
Public propertyPage
Gets the page that should be displayed when this PdfOutlineItem is activated or null if there is no such page specified for this outline item.
Public propertyPageIndex
Gets the index of the page that should be displayed when this PdfOutlineItem is activated or -1 if there is no such page specified for this outline item.
Public propertyParent
Gets the parent of this PdfOutlineItem in the outline hierarchy.
Public propertyTitle
Gets or sets the text to be displayed on the screen for this PdfOutlineItem.

See Also