|
PoDoFo 1.1.0
|
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. | |
| const PdfObject & | GetObject () const |
| Get access to the raw contents object. | |
| 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".
Get access to the raw contents object.
It will either be a PdfObjectStream or a PdfArray
| void PdfContents::Reset | ( | ) |
Reset the contents internal object.