public interface IFontSavingCallback
Implement this interface if you want to control how Aspose.Note saves fonts when saving a document to HTML.
| Modifier and Type | Method and Description |
|---|---|
void |
fontSaving(FontSavingArgs args)
Called when Aspose.Note saves a font.
|
void fontSaving(FontSavingArgs args)
Called when Aspose.Note saves a font.
args - Saving parameters.Copyright (c) 2002-2021 Aspose. All Rights Reserved.