Click or drag to resize

HtmlToRtfTextSetupDefaultFontSize Property

Gets and sets the default font size in points. Default value: 12f.

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