HtmlSaveOptionsSingleFontSize Property |
Sets or gets a single font size in points (pt) for a whole text in the produced HTML document. Default value: null.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
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