Pdf |
The PdfOutline type exposes the following members.
Name | Description | |
---|---|---|
![]() | Actions | (Optional; PDF 1.1; shall not be present if a Dest entry is present) The action that shall be performed when this item is activated (see 12.6, "Actions"). |
![]() | Closed | Gets or sets a value indicating whether this PdfOutline is closed. |
![]() | Color | (Optional; PDF 1.4)A DeviceRGB color used for the outline entry’s text. |
![]() | Destination | (Optional; shall not be present if an A entry is present) The destination that shall be displayed when this item is activated (see 12.3.2, "Destinations"). |
![]() | DestinationName | (Optional; shall not be present if an A entry is present) The named destination that shall be displayed when this item is activated (see 12.3.2.3, "Named Destinations"). |
![]() | Next | (Required for all but the last item at each level; shall be an indirect reference) The next item at this outline level. |
![]() | Outlines | Gets the PdfOutlines contained directly under this PdfOutline. |
![]() | Parent | Gets the parent PdfOutline of this PdfOutline in the outline hierarchy. |
![]() | ParentCollection | Gets the PdfOutlineCollection that the PdfOutline belongs to. |
![]() | Previous | (Required for all but the first item at each level; shall be an indirect reference) The previous item at this outline level. |
![]() | Title | (Required) The text that shall be displayed on the screen for this item. |