A page in a PDF document. More...
#include <Page.hh>
Public Member Functions | |
virtual Rect | MediaBox () const =0 |
get the media box of the page |
This class represents a page in a PDF document. It is created by calling Doc::AddPage(). It contains function to allow modifying the content of the page, e.g. DrawText().
virtual Rect pdf::Page::MediaBox | ( | ) | const [pure virtual] |
According to the PDF specification, the media box is a rectangle expressed in default user space units, defining the boundaries of the physical medium on which the page is intended to be displayed or printed.