Click or drag to resize
PdfPageTree Class
The pages of a document are accessed through a structure known as the page tree.
Inheritance Hierarchy
SystemObject
  Kettic.PdfPdfObject
    Kettic.PdfPdfDictionary
      Kettic.PdfPdfPageTree

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 PdfPageTree : PdfDictionary

The PdfPageTree type exposes the following members.

Constructors
  NameDescription
Public methodPdfPageTree
Top
Properties
  NameDescription
Public propertyKids
Top
Remarks
The page tree is described in section 3.6.2 of the PDF specification.
See Also