#include <PdfDataProvider.h>
An interface for data provider classes that are stored in a PdfVariant
- See also
- PdfName
-
PdfArray
-
PdfReference
-
PdfVariant
-
PdfDictionary
-
PdfString
◆ PdfDataProvider()
| PdfDataProvider::PdfDataProvider |
( |
| ) |
|
|
protected |
◆ ToString()
| string PdfDataProvider::ToString |
( |
| ) |
const |
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. |
◆ Write()
| virtual void PoDoFo::PdfDataProvider::Write |
( |
OutputStream & | stream, |
|
|
PdfWriteFlags | writeMode, |
|
|
const PdfStatefulEncrypt & | encrypt, |
|
|
charbuff & | buffer ) const |
|
pure virtual |