Aspose::Words::Saving::IFontSavingCallback interface

IFontSavingCallback interface

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

class IFontSavingCallback : public virtual System::Object

Methods

MethodDescription
virtual FontSaving(System::SharedPtr<Aspose::Words::Saving::FontSavingArgs>)Called when Aspose.Words is about to save a font resource.
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also