IResourceSavingCallback class

IResourceSavingCallback class

Implement this interface if you want to control how Aspose.Words saves external resources (images, fonts and css) when saving a document to fixed page HTML or SVG.

Methods

NameDescription
resource_saving(args)Called when Aspose.Words saves an external resource to fixed page HTML or SVG formats.

See Also