Interface IFontSavingCallback

IFontSavingCallback interface

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

public interface IFontSavingCallback

Methods

NameDescription
FontSaving(FontSavingArgs)Called when Aspose.Note saves a font.

See Also