class PDF::Page
- PDF::Page
- PDF::PageTree
- Reference
- Object
Overview
The leaves of the page tree are page objects, each of which is a dictionary specifying the attributes of a single page of the document. Table 3.17 shows the contents of this dictionary (see also implementation note 19 in Appendix H). The table also identifies which attributes a page may inherit from its ancestor nodes in the page tree, as described under “Inheritance of Page Attributes” on page 80. Attributes that are not explicitly identified in the table as inheritable cannot be inherited.
Defined in:
pdf/document/pagetree/page.crConstant Summary
-
TYPE =
Name.new("Page")
-
The type of PDF object that this dictionary describes; must be Page for a page object.
Instance Method Summary
-
#type
The type of PDF object that this dictionary describes; must be Page for a page object.