IFontSavingCallback Interface

Aspose.Note for .NET API

IFontSavingCallback Interface

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

Namespace:  Aspose.Note.Saving.Html
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public interface IFontSavingCallback
Public Interface IFontSavingCallback
public interface class IFontSavingCallback
type IFontSavingCallback =  interface end

The IFontSavingCallback type exposes the following members.

Methods
  NameDescription
Public methodFontSaving
Called when Aspose.Note saves a font.
Top
See Also