|
PoDoFo 0.9.1
|
#include <PdfFunction.h>
Protected Member Functions | |
| PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfVecObjects *pParent) | |
| PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfDocument *pParent) | |
This class defines a PdfFunction. A function can be used in various ways in a PDF file. Examples are device dependent rasterization for high quality printing or color transformation functions for certain colorspaces.
| PoDoFo::PdfFunction::PdfFunction | ( | EPdfFunctionType | eType, |
| const PdfArray & | rDomain, | ||
| PdfVecObjects * | pParent | ||
| ) | [protected] |
Create a new PdfFunction object.
| eType | the function type |
| rDomain | this array describes the input parameters of this PdfFunction. If this function has m input parameters, this array has to contain 2*m numbers where each number describes either the lower or upper boundary of the input range. |
| pParent | parent vector of objects |
| PoDoFo::PdfFunction::PdfFunction | ( | EPdfFunctionType | eType, |
| const PdfArray & | rDomain, | ||
| PdfDocument * | pParent | ||
| ) | [protected] |
Create a new PdfFunction object.
| eType | the function type |
| rDomain | this array describes the input parameters of this PdfFunction. If this function has m input parameters, this array has to contain 2*m numbers where each number describes either the lower or upper boundary of the input range. |
| pParent | parent document |
1.7.4