The pages of a document are accessed through a structure known
as the page tree.
Inheritance Hierarchy
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic sealed class PdfPageTree : PdfDictionary
Public NotInheritable Class PdfPageTree
Inherits PdfDictionary
public ref class PdfPageTree sealed : public PdfDictionary
[<SealedAttribute>]
type PdfPageTree =
class
inherit PdfDictionary
end
The PdfPageTree type exposes the following members.
Constructors
Properties
Remarks
The page tree is described in section 3.6.2 of the PDF specification.
See Also