class PDF::Page

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.cr

Constant Summary

TYPE = Name.new("Page")

The type of PDF object that this dictionary describes; must be Page for a page object.

Instance Method Summary

Instance Method Detail

def type #

The type of PDF object that this dictionary describes; must be Page for a page object.


[View source]