Click or drag to resize
Pdftools logo

OutlineItem Class

An outline item represents an entry in the outline tree of the document. It is also known as "Bookmark".
Inheritance Hierarchy
SystemObject
  PdfTools.Toolbox.InternalNativeBase
    PdfTools.Toolbox.InternalNativeObject
      PdfTools.Toolbox.Pdf.NavigationOutlineItem

Namespace: PdfTools.Toolbox.Pdf.Navigation
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
Syntax
C#
public class OutlineItem : NativeObject

The OutlineItem type exposes the following members.

Properties
 NameDescription
Public propertyBold If , the outline item is displayed in bold font.
Public propertyChildren The child items of this outline item.
Public propertyDestination The destination of the outline item.
Public propertyIsOpen
  • If , the item is expanded.
  • If , the item is collapsed.
This is property is only meaningful if the item has child items.
Public propertyItalic If , the outline item is displayed in italic font.
Public propertyTitle The title of the outline item.
Top
Methods
 NameDescription
Public methodStatic memberCopy

Copy an outline item

Copy an outline item object including all descendants from an input document to the given targetDocument. The returned object is associated with the given target document but not yet part of it.
Public methodStatic memberCreate

Create a new outline item (bookmark).

The returned outline item is not yet part of the outline item tree, but it is associated with the given target document. It can be inserted at any position in the tree.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also