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 markup, abd this property has a false value. To prevent embedding fonts, set this property to true.

For details and code example, see the documentation.

See Also