HtmlSaveOptionsSingleFontFamily Property |
Sets or gets a single font family for a whole text in the HTML document. Default value: Empty.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic string SingleFontFamily { get; set; }
Public Property SingleFontFamily As String
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