Aspose.Tasks for C++
|
Represents a callback that is called when each page in multi page document is saved to a separate stream. More...
#include <IPageSavingCallback.h>
Inherits System::Object.
Public Member Functions | |
virtual void | PageSaving (System::SharedPtr< PageSavingArgs > args)=0 |
The method to be called when a page is saved to a stream. More... | |
virtual void | OnFinish ()=0 |
Method which will be called when all pages are written. More... | |
Represents a callback that is called when each page in multi page document is saved to a separate stream.
|
pure virtual |
Method which will be called when all pages are written.
|
pure virtual |
The method to be called when a page is saved to a stream.
args | The page saving arguments. |