Interface IFontSavingCallback

Interface IFontSavingCallback

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)

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

public interface IFontSavingCallback

Methods

FontSaving(FontSavingArgs)

Called when Aspose.Words is about to save a font resource.

void FontSaving(FontSavingArgs args)

Parameters

args FontSavingArgs