#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.
|
Create a new PdfData object with valid PdfData The contained data has to be a valid value in a PDF file. It will be written directly to the PDF file.
|
|
Create a new PdfData object with valid PdfData.
|
|
Copy an existing PdfData
|
|
Access the data as a std::string
|
|
Copy an existing PdfData
|
|
Write the complete datatype to a file.
Implements PoDoFo::PdfDataType. |