#include <PdfData.h>
Inheritance diagram for PoDoFo::PdfData:
Public Member Functions | |
PdfData (const char *pszData) | |
PdfData (const char *pszData, size_t dataSize) | |
PdfData (const PdfData &rhs) | |
void | Write (PdfOutputDevice *pDevice, EPdfWriteMode eWriteMode, const PdfEncrypt *pEncrypt=NULL) const |
const PdfData & | operator= (const PdfData &rhs) |
const std::string & | data () const |
This class is used in PoDoFo to pad PdfVariants.
PoDoFo::PdfData::PdfData | ( | const char * | pszData | ) | [inline] |
PoDoFo::PdfData::PdfData | ( | const char * | pszData, | |
size_t | dataSize | |||
) | [inline] |
PoDoFo::PdfData::PdfData | ( | const PdfData & | rhs | ) | [inline] |
const std::string & PoDoFo::PdfData::data | ( | ) | const [inline] |
Access the data as a std::string
void PoDoFo::PdfData::Write | ( | PdfOutputDevice * | pDevice, | |
EPdfWriteMode | eWriteMode, | |||
const PdfEncrypt * | pEncrypt = NULL | |||
) | const [virtual] |
Write the complete datatype to a file.
pDevice | write the object to this device | |
eWriteMode | additional options for writing this object | |
pEncrypt | an encryption object which is used to encrypt this object or NULL to not encrypt this object |
Implements PoDoFo::PdfDataType.