Click or drag to resize

HtmlSaveOptionsSingleFontColor Property

Sets or gets a single font color for a whole text in the produced HTML document. Default value: null.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Color? SingleFontColor { get; set; }

Property Value

NullableColor
Remarks
By default each block of text will have the same font color as in the original document.
See Also