com.aspose.words
Interface ExportImageSavingEventHandler


public interface ExportImageSavingEventHandler 

Represents the method that will handle the HtmlExportImageSaving event.

One can implement this interface in a class that needs in notification if HtmlExportImageSaving event is occur. Implimenting class also must be registered as event subscriber by call to SaveOptions.addHtmlExportImageSavingEventHandler(com.aspose.words.ExportImageSavingEventHandler) method.


Method Summary
voidhtmlExportImageSaving(java.lang.Object sender, ExportImageSavingEventArgs e)
           Allows to control how images are saved when a document is exported to HTML format. Occurs when an image is about to be saved.
 

Method Detail

htmlExportImageSaving

public void htmlExportImageSaving(java.lang.Object sender, ExportImageSavingEventArgs e)
                          throws java.lang.Exception
Allows to control how images are saved when a document is exported to HTML format. Occurs when an image is about to be saved.

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