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: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.6.5
Syntaxpublic string SingleFontColor { get; set; }
Public Property SingleFontColor As String
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