Represents a PDF page tree.
Definition page-tree.hxx:16
Page_tree(Create_new const &, Document_catalog &)
Constructor.
Definition page-tree.cxx:64
~Page_tree() noexcept
Destructor.
Definition page-tree.cxx:69
Page & get_page(size_t)
Get page.
Definition page-tree.cxx:110
void erase_page(size_t)
Erase page.
Definition page-tree.cxx:124
Page & create_page(Page::Properties const &)
Create a new page and add it to the page tree.
Definition page-tree.cxx:92
Document_catalog & document_catalog() const
Access the parent document catalog.
Definition page-tree.cxx:76
Definition page-tree.hxx:18