Package com.aspose.tasks
Interface IImageSavingCallback
-
public interface IImageSavingCallback
Represents a callback that is called to create resource to store images.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
imageSaving(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.
-
-