public interface IImageSavingCallback
Represents a callback that is called to create resource to store images.
Modifier and Type | Method and Description |
---|---|
void |
imageSaving(ImageSavingArgs args)
The method to be called while saving of images.
|
void imageSaving(ImageSavingArgs args)
args
- The image saving arguments.