HtmlViewOptionsFontsToExclude Property |
The list of font names, to exclude from HTML document.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic List<string> FontsToExclude { get; set; }
Public Property FontsToExclude As List(Of String)
Get
Set
public:
property List<String^>^ FontsToExclude {
List<String^>^ get ();
void set (List<String^>^ value);
}
member FontsToExclude : List<string> with get, set
Property Value
Type:
ListString
Remarks
This option is supported for presentations only.
The fonts that are added into HTML document improve stability of the output view,
at the same time they increase the size of the rendering result. This option, lets
you find compromise, between stability and output size. Include the font names
that are popular and installed into most systems.
Please note, this property is active only when
ExcludeFonts options is disabled.
See Also