#include <PdfIndirectObjectList.h>
Every observer of PdfIndirectObjectList has to implement this interface.
| virtual void PoDoFo::PdfIndirectObjectList::Observer::BeginAppendStream |
( |
PdfObjectStream & |
stream | ) |
|
|
pure virtual |
Called whenever appending to a stream is started.
- Parameters
-
| stream | the stream object the user currently writes to. |
| virtual void PoDoFo::PdfIndirectObjectList::Observer::EndAppendStream |
( |
PdfObjectStream & |
stream | ) |
|
|
pure virtual |
Called whenever appending to a stream has ended.
- Parameters
-
| stream | the stream object the user currently writes to. |