PoDoFo
1.0.0-dev
|
A interface that provides a wrapper around "PDF content" - the instructions that are used to draw on the PDF "canvas". More...
#include <PdfContents.h>
Public Member Functions | |
void | Reset () |
Reset the contents internal object. More... | |
const PdfObject & | GetObject () const |
Get access to the raw contents object. More... | |
PdfObject & | GetObject () |
charbuff | GetCopy () const |
void | CopyTo (charbuff &buffer) const |
void | CopyTo (OutputStream &stream) const |
PdfObjectStream & | CreateStreamForAppending (PdfStreamAppendFlags flags=PdfStreamAppendFlags::None) |
Get access to an object into which you can add contents. | |
Friends | |
class | PdfPage |
A interface that provides a wrapper around "PDF content" - the instructions that are used to draw on the PDF "canvas".
void PdfContents::CopyTo | ( | charbuff & | buffer | ) | const |
|
inline |
Get access to the raw contents object.
It will either be a PdfObjectStream or a PdfArray
void PdfContents::Reset | ( | ) |
Reset the contents internal object.