resource_saving method

resource_saving(args)

Called when Aspose.Words saves an external resource to fixed page HTML or SVG formats.

def resource_saving(self, args: aspose.words.saving.ResourceSavingArgs):
    ...
ParameterTypeDescription
argsResourceSavingArgs

See Also