ExcludeFonts
HtmlViewOptions.ExcludeFonts property
Disables adding any fonts into HTML document.
public bool ExcludeFonts { get; set; }
Remarks
By default, GroupDocs.Viewer embeds the fonts used in the document into HTML. To prevent it, set this property to true
.
For details and code example, see the documentation.
See Also
- class HtmlViewOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer