IImageSavingCallback

IImageSavingCallback

Overview

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

Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML.

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

Methods

SignatureDescription
ImageSaving(args: ImageSavingArgs)Called when Aspose.Words saves an image to HTML.

See Also