8 #include <system/object.h>
10 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
35 typedef System::Object BaseType;
37 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
38 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
46 virtual void PageSaving(System::SharedPtr<PageSavingArgs> args) = 0;
50 virtual void OnFinish() = 0;
Represents a callback that is called when each page in multi page document is saved to a separate str...
Definition: IPageSavingCallback.h:32