Click or drag to resize

HtmlToRtfTextSetupDefaultTextColor Property

Gets and sets the default font color. Default value: Black.

Namespace: SautinSoft
Assembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2023.12.6
Syntax
public SKColor DefaultTextColor { get; set; }

Property Value

SKColor
Remarks
This font color will be used as default for all HTML text-elements where font color value is missing.
See Also