PdfFocusCHtmlOptionsSingleFontFamily Property |
Set a single font family for a whole text in the HTML document. Default value: Empty. We recommend use it only in the Flowing mode, in the Fixed mode it may shift/spoil to the document layout.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.12.2
Syntax public string SingleFontFamily { get; set; }
Public Property SingleFontFamily As String
Get
Set
Property Value
StringRemarks
By default each block of text will have the same font family as in the original document.
See Also