HtmlToRtfTextSetupDefaultFontFamily Property |
Gets and sets the default font family for the input HTML document. Default value: "Times New Roman".
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2025.4.23
Syntaxpublic string DefaultFontFamily { get; set; }
Public Property DefaultFontFamily As String
Get
Set
Property Value
String
Remarks
This font family will be used as default for all HTML elements where font family value is missing.
See Also