Click or drag to resize
PdfOutline Class
This represents a single Outline object in a PDF, including the root Outlines object. Outlines provide the bookmark bar, usually rendered to the right of a PDF document in user agents such as Acrobat Reader
Inheritance Hierarchy
SystemObject
  Kettic.PdfPdfObject
    Kettic.PdfPdfOutline

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class PdfOutline : PdfObject

The PdfOutline type exposes the following members.

Constructors
  NameDescription
Public methodPdfOutline
Class constructor.
Top
Methods
  NameDescription
Public methodAddOutline
Add a sub element to this outline
Public methodSetTitle
Top
See Also