FontSavingArgs.FontFamilyName Property

Aspose.Note for .NET API

FontSavingArgsFontFamilyName Property

Gets the family name of the font to be saved.

Namespace:  Aspose.Note.Saving.Html
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string FontFamilyName { get; }
Public ReadOnly Property FontFamilyName As String
	Get
public:
property String^ FontFamilyName {
	String^ get ();
}
member FontFamilyName : string with get

Property Value

Type: String
See Also