HtmlSaveOptionsSingleFontColor Property |
Sets or gets a single font color for a whole text in the produced HTML document. Default value: null.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public Color? SingleFontColor { get; set; }
Public Property SingleFontColor As Color?
Get
Set
Property Value
NullableColorRemarks
By default each block of text will have the same font color as in the original document.
See Also