HtmlSaveOptions.EmbeddedFontType

HtmlSaveOptions.EmbeddedFontType property

Gets or sets the type of font that embedded in html. Default value is None which indicates that it will not embed font in html.

public HtmlEmbeddedFontType EmbeddedFontType { get; set; }

See Also