Protected Member Functions |
| PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfVecObjects *pParent) |
| PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfDocument *pParent) |
| PdfElement (const char *pszType, PdfVecObjects *pParent) |
| PdfElement (const char *pszType, PdfDocument *pParent) |
| PdfElement (const char *pszType, PdfObject *pObject) |
| PdfElement (EPdfDataType eExpectedDataType, PdfObject *pObject) |
const char * | TypeNameForIndex (int i, const char **ppTypes, long lLen) const |
int | TypeNameToIndex (const char *pszType, const char **ppTypes, long lLen, int nUnknownValue) const |
PdfObject * | CreateObject (const char *pszType=NULL) |
PdfObject * | GetNonConstObject () const |
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.