Click or drag to resize

HtmlSaveOptionsSingleFontFamily Property

Sets or gets a single font family for a whole text in the HTML document. Default value: Empty.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
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