image_saving_callback property

HtmlSaveOptions.image_saving_callback property

Allows to control how images are saved when a document is saved to HTML, MHTML or EPUB.

@property
def image_saving_callback(self) -> aspose.words.saving.IImageSavingCallback:
    ...

@image_saving_callback.setter
def image_saving_callback(self, value: aspose.words.saving.IImageSavingCallback):
    ...

See Also