Class FontSavingArgs
Class FontSavingArgs
Namespace: Aspose.Note.Saving.Html
Assembly: Aspose.Note.dll (24.12.0)
Provides data for FontSaving event.
public class FontSavingArgs : ResourceSavingArgs
Inheritance
object ← ResourceSavingArgs ← FontSavingArgs
Inherited Members
ResourceSavingArgs.Document, ResourceSavingArgs.FileName, ResourceSavingArgs.Stream, ResourceSavingArgs.KeepStreamOpen, ResourceSavingArgs.Uri, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
FontFamilyName
Gets the family name of the font to be saved.
public string FontFamilyName { get; }
Property Value
IsBold
Gets a value indicating whether font under saving is bold.
public bool IsBold { get; }
Property Value
IsItalic
Gets a value indicating whether font under saving is italic.
public bool IsItalic { get; }