#include <PdfData.h>
Public Member Functions | |
PdfData (const char *pszData) | |
PdfData (const PdfData &rhs) | |
void | Write (PdfOutputDevice *pDevice, const PdfEncrypt *pEncrypt=NULL) const |
const PdfData & | operator= (const PdfData &rhs) |
A datatype that allows to write abitrary data to a PDF file. The user of this class has to ensure that the data written to the PDF file using this class is valid data for a PDF file!
This class is used in PoDoFo to pad PdfVariants.
PoDoFo::PdfData::PdfData | ( | const char * | pszData | ) | [inline] |
PoDoFo::PdfData::PdfData | ( | const PdfData & | rhs | ) | [inline] |
void PoDoFo::PdfData::Write | ( | PdfOutputDevice * | pDevice, | |
const PdfEncrypt * | pEncrypt = NULL | |||
) | const [virtual] |
Write the complete datatype to a file.
pDevice | write the object to this device |
Implements PoDoFo::PdfDataType.