HtmlSaveOptions.SaveFullFont

HtmlSaveOptions.SaveFullFont field

Indicates that full font will be saved, supports only True Type Fonts. By default SaveFullFont = false and the converter saves the subset of the initial font needed to display the text of the document.

public bool SaveFullFont;

See Also