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: 2024.7.18
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