Click or drag to resize

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: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public string SingleFontFamily { get; set; }

Property Value

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