node-pdfutils
Public Member Functions | List of all members
PdfPage Class Reference

Class representation of a PDF-Page. More...

#include <PdfPage.h>

Public Member Functions

 PdfPage ()
 constructor
 
int index ()
 index of this page
 
const char * label ()
 label of this page
 
double width ()
 width of this page
 
double height ()
 height of this page
 
void setIndex (const int indext)
 sets index of this page
 
void setLabel (const char *label)
 sets label of this page
 
void setWidth (const double width)
 sets width of this page
 
void setHeight (const double height)
 sets height of this page
 

Detailed Description

Class representation of a PDF-Page.

This class should be filled from a PDFEngine


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