Click or drag to resize

HtmlToRtfTextSetupDefaultFontFamily Property

Gets and sets the default font family for the input HTML document. Default value: "Times New Roman".

Namespace: SautinSoft
Assembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2023.12.6
Syntax
public string DefaultFontFamily { 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