pdf::Page Class Reference
[Page and Content Related Classes]

A page in a PDF document. More...

#include <Page.hh>

List of all members.

Public Member Functions

virtual Rect MediaBox () const =0
 get the media box of the page

Detailed Description

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().


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Hosted by SourceForge Logo