com.aspose.words
Interface IImageSavingCallback


public interface IImageSavingCallback 

Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML. May be used by other formats.

Method Summary
abstract voidimageSaving(ImageSavingArgs args)
           Called when Aspose.Words saves an image to HTML.
 

Method Detail

imageSaving

public abstract void imageSaving(ImageSavingArgs args)
                              throws java.lang.Exception
Called when Aspose.Words saves an image to HTML.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.