Click or drag to resize

PdfFocusCHtmlOptionsSingleFontColor Property

Sets or gets a single font color in hex format '#XXXXXX' for a whole text in the produced HTML document. Default value: Empty.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public string SingleFontColor { get; set; }

Property Value

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