PdfOutline Members
In This Article
#Properties
Name | Description |
---|---|
Action | Provides access to the action that should be performed when the outline item is activated. |
Closed |
Gets or sets a value that indicates whether the outline item is closed when it is displayed on the screen.
Inherited from Pdf |
Color | Gets the color of the outline entry’s text in the navigation pane. |
Count |
Gets the total number of visible outline items at all levels of the outline.
Inherited from Pdf |
Destination | Gets a destination (a particular view of a document), which is displayed when an outline item is activated. |
First |
Gets the first top-level item in the outline.
Inherited from Pdf |
Is |
Gets a value indicating whether the outline’s text is formatted as bold. |
Is |
Gets the value indicating whether the outline’s text is formatted as italic. |
Last |
Gets the last top-level item in the outline.
Inherited from Pdf |
Next | Gets the next item at the outline level. |
Parent | Gets the parent of the outline item in the outline hierarchy. |
Prev | Gets the previous item at the outline level. |
Title | Gets the text that is displayed for the outline item. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also