8 #include <system/object.h>
10 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
16 class ImageSavingArgs;
30 typedef System::Object BaseType;
32 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
33 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
41 virtual void ImageSaving(System::SharedPtr<ImageSavingArgs> args) = 0;
Represents a callback that is called to create resource to store images.
Definition: IImageSavingCallback.h:28
virtual void ImageSaving(System::SharedPtr< ImageSavingArgs > args)=0
The method to be called while saving of images.