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: 2024.12.18
Syntax public string SingleFontColor { get; set; }
Public Property SingleFontColor As String
Get
Set
Property Value
StringRemarks
By default each block of text will have the same font color as in the original document.
See Also