Class FontSavingArgs
Class FontSavingArgs
Il nome: Aspose.Note.Saving.Html Assemblea: Aspose.Note.dll (25.4.0)
Fornisce dati per l’evento FontSaving.
public class FontSavingArgs : ResourceSavingArgs
{
public Font SavedFont { get; set; }
public string SavedFileName { get; set; }
public FontSavingArgs(Font font, string fileName)
{
this.SavedFont = font;
this.SavedFileName = fileName;
}
}
Inheritance
object ← ResourceSavingArgs ← FontSavingArgs
I membri ereditari
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
Riceve il nome di famiglia della font da salvare.
public string FontFamilyName
{
get;
}
Valore di proprietà
IsBold
Riceve un valore che indica se la font sotto il risparmio è coraggiosa.
public bool IsBold
{
get;
}
Valore di proprietà
IsItalic
Riceve un valore che indica se la font sotto risparmio è italiana.
public bool IsItalic
{
get;
}