HtmlSaveOptions.EmbeddedFontType

HtmlSaveOptions.EmbeddedFontType property

Gets or sets the type of embedding font file into html file. Default value is None which indicates that no font will be embedded in html.

public HtmlEmbeddedFontType EmbeddedFontType { get; set; }

See Also