IFontSavingCallback class

IFontSavingCallback class

Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format.

Methods

NameDescription
font_saving(args)Called when Aspose.Words is about to save a font resource.

See Also