Interface IFontSavingCallback
Interface IFontSavingCallback
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.8.0)
Represents a callback that is called to create resource to store fonts.
public interface IFontSavingCallbackMethods
FontSaving(FontSavingArgs)
The method to be called while saving of fonts.
void FontSaving(FontSavingArgs args)Parameters
args FontSavingArgs
The font saving arguments.