PdfFocusCHtmlOptionsSingleFontSize Property |
Set a single font size in points (pt) for a whole text in the produced HTML document. Default value: null. 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 float? SingleFontSize { get; set; }
Public Property SingleFontSize As Single?
Get
Set
Property Value
NullableSingleRemarks
By default each block of text will have the same font size as in the original document.
See Also