HtmlToRtfTextSetupDefaultTextColor Property |
Gets and sets the default font color. Default value: Black.
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2024.8.20
Syntax public SKColor DefaultTextColor { get; set; }
Public Property DefaultTextColor As SKColor
Get
Set
Property Value
SKColorRemarks
This font color will be used as default for all HTML text-elements where font color value is missing.
See Also