PdfPageTemplate class.
More...
#include <pdfix.h>
|
| virtual int | GetPageNum () const =0 |
| | Get the preflighted page number.
|
| virtual PdfRotate | GetLogicalRotate () const =0 |
| | Get the logical rotation of the preflighted page.
|
| virtual int | GetNumColumns () const =0 |
| | Get the number of found columns on the page.
|
| virtual bool | GetHeaderBBox (PdfRect *bbox) const =0 |
| | Get the bounding box of a page header.
|
| virtual bool | GetFooterBBox (PdfRect *bbox) const =0 |
| | Save the preflight data into a stream in a JSON or XML format.
|
◆ GetFooterBBox()
| virtual bool PdfPageTemplate::GetFooterBBox |
( |
PdfRect * | bbox | ) |
const |
|
pure virtual |
Save the preflight data into a stream in a JSON or XML format.
- Parameters
-
| crop_box | (Filled by the method) Pointer to a rectangle specifying the pdf coordinates, specified in user space coordinates. |
- Returns
- true if the header bounding box was identified
◆ GetHeaderBBox()
| virtual bool PdfPageTemplate::GetHeaderBBox |
( |
PdfRect * | bbox | ) |
const |
|
pure virtual |
Get the bounding box of a page header.
- Parameters
-
| crop_box | (Filled by the method) Pointer to a rectangle specifying the pdf coordinates, specified in user space coordinates. |
- Returns
- true if the header bounding box was identified
◆ GetLogicalRotate()
| virtual PdfRotate PdfPageTemplate::GetLogicalRotate |
( |
| ) |
const |
|
pure virtual |
Get the logical rotation of the preflighted page.
- Returns
- the logical page rotation
◆ GetNumColumns()
| virtual int PdfPageTemplate::GetNumColumns |
( |
| ) |
const |
|
pure virtual |
Get the number of found columns on the page.
- Returns
- the number of columns
◆ GetPageNum()
| virtual int PdfPageTemplate::GetPageNum |
( |
| ) |
const |
|
pure virtual |
Get the preflighted page number.
- Returns
- the number of page from preflight