image_saving method

image_saving(args)

Called when Aspose.Words saves an image to HTML.

def image_saving(self, args: aspose.words.saving.ImageSavingArgs):
    ...
ParameterTypeDescription
argsImageSavingArgs

See Also