Click or drag to resize

PdfOutline Properties

The PdfOutline type exposes the following members.

Properties
 NameDescription
Public propertyActions(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").
Public propertyClosed Gets or sets a value indicating whether this PdfOutline is closed.
Public propertyColor(Optional; PDF 1.4)A DeviceRGB color used for the outline entry’s text.
Public propertyDestination(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").
Public propertyDestinationName(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").
Public propertyMetadata(Optional; PDF 1.4) A metadata stream containing metadata for the component.
(Inherited from PdfObject)
Public propertyNext(Required for all but the last item at each level; shall be an indirect reference) The next item at this outline level.
Public propertyOutlines Gets the PdfOutlines contained directly under this PdfOutline.
Public propertyParent Gets the parent PdfOutline of this PdfOutline in the outline hierarchy.
Public propertyParentCollection Gets the PdfOutlineCollection that the PdfOutline belongs to.
Public propertyPrevious(Required for all but the first item at each level; shall be an indirect reference) The previous item at this outline level.
Public propertyTitle(Required) The text that shall be displayed on the screen for this item.
Top
See Also