Package com.aspose.tasks
Interface IImageSavingCallback
-
public interface IImageSavingCallbackRepresents a callback that is called to create resource to store images.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidimageSaving(ImageSavingArgs args)The method to be called while saving of images.
-
-
-
Method Detail
-
imageSaving
void imageSaving(ImageSavingArgs args)
The method to be called while saving of images.- Parameters:
args- The image saving arguments.
-
-