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.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic string DefaultFontName { get; set; }
Public Property DefaultFontName As String
Get
Set
public:
property String^ DefaultFontName {
String^ get ();
void set (String^ value);
}
member DefaultFontName : string with get, set
Property Value
Type:
StringFont name
See Also