HtmlSaveOptionsDefaultFontName Property
Specifies the name of an installed font which is used to substitute any document font that is not embedded and not installed in the system. If null then default substitution font is used.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public string DefaultFontName { get; set; }

Property Value

Type: String
Font name
See Also