#include <PdfCanvas.h>
Inheritance diagram for PoDoFo::PdfCanvas:
Public Member Functions | |
virtual | ~PdfCanvas () |
virtual PdfObject * | GetContents () const =0 |
virtual PdfObject * | GetContentsForAppending () const =0 |
virtual PdfObject * | GetResources () const =0 |
virtual const PdfRect | GetPageSize () const =0 |
void | AddColorResource (const PdfColor &rColor) |
void | AddResource (const PdfName &rIdentifier, const PdfReference &rRef, const PdfName &rName) |
Static Public Member Functions | |
const PdfArray & | GetProcSet () |
|
Virtual destructor to avoid compiler warnings |
|
Register a colourspace for a (separation) colour in the resource dictionary of this page or XObbject so that it can be used for any following drawing operations.
|
|
Register an object in the resource dictionary of this page or XObbject so that it can be used for any following drawing operations.
|
|
Get access to the contents object of this page. If you want to draw onto the page, you have to add drawing commands to the stream of the Contents object.
Implemented in PoDoFo::PdfPage, and PoDoFo::PdfXObject. |
|
Get access an object that you can use to ADD drawing to. If you want to draw onto the page, you have to add drawing commands to the stream of the Contents object.
Implemented in PoDoFo::PdfPage, and PoDoFo::PdfXObject. |
|
Get the current page size in PDF Units
Implemented in PoDoFo::PdfPage, and PoDoFo::PdfXObject. |
|
Get a reference to a static procset PdfArray.
|
|
Get access to the resources object of this page. This is most likely an internal object.
Implemented in PoDoFo::PdfPage, and PoDoFo::PdfXObject. |