HtmlToRtfTextSetupDefaultFontSize Property |
Gets and sets the default font size in points. Default value: 12f.
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2025.4.23
Syntaxpublic float DefaultFontSize { get; set; }
Public Property DefaultFontSize As Single
Get
Set
Property Value
Single
Remarks
This font size will be used as default for all HTML elements where font size value is missing.
See Also