com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Interface IImageSavingCallback



  • public interface IImageSavingCallback

    Represents a callback that is called to create resource to store images.

    • Method Detail

      • imageSaving

        void imageSaving(ImageSavingArgs args)
        The method to be called while saving of images.
        Parameters:
        args - The image saving arguments.