Click or drag to resize
PdfCatalog Class
The root of a document's object hierarchy is the catalog dictionary.
Inheritance Hierarchy
SystemObject
  Kettic.PdfPdfObject
    Kettic.PdfPdfDictionary
      Kettic.PdfPdfCatalog

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class PdfCatalog : PdfDictionary

The PdfCatalog type exposes the following members.

Constructors
  NameDescription
Public methodPdfCatalog
Top
Properties
  NameDescription
Public propertyOutlines
Public propertyPages
Top
Remarks
The document catalog is described in section 3.6.1 of the PDF specification.
See Also