Aspose.Tasks for C++
|
Represents a callback that is called to create resource to store images. More...
#include <IImageSavingCallback.h>
Inherits System::Object.
Public Member Functions | |
virtual void | ImageSaving (System::SharedPtr< ImageSavingArgs > args)=0 |
The method to be called while saving of images. More... | |
Represents a callback that is called to create resource to store images.
|
pure virtual |
The method to be called while saving of images.
args | The image saving arguments. |