HtmlSaveOptions.DefaultFontName

HtmlSaveOptions.DefaultFontName 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.

public string DefaultFontName { get; set; }

Property Value

Font name

See Also