An helper class to inherit to provide common serialization methods.
More...
#include <PdfBaseDataTypes.h>
|
std::string | ToString (PdfWriteFlags flags=PdfWriteFlags::None) const |
| Converts the current object into a string representation which can be written directly to a PDF file on disc. More...
|
|
void | ToString (std::string &str, PdfWriteFlags flags=PdfWriteFlags::None) const |
|
|
class | PdfDataContainer |
|
class | PdfData |
|
class | PdfString |
|
class | PdfName |
|
class | PdfReference |
|
template<typename T>
class PoDoFo::PdfDataProvider< T >
An helper class to inherit to provide common serialization methods.
- See also
- PdfName
-
PdfArray
-
PdfReference
-
PdfVariant
-
PdfDictionary
-
PdfString
◆ ToString()
Converts the current object into a string representation which can be written directly to a PDF file on disc.
- Parameters
-
str | the object string is returned in this object. |
The documentation for this class was generated from the following file: