IResourceSavingCallback

IResourceSavingCallback

Overview

IResourceSavingCallback is a interface in Aspose.Words FOSS for .NET.

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.

This interface provides 1 method for working with IResourceSavingCallback objects in .NET programs. Available methods include: ResourceSaving. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.

Methods

SignatureDescription
ResourceSaving(args: ResourceSavingArgs)Called when Aspose.Words saves an external resource to fixed page HTML or SVG formats.

See Also