HtmlSaveOptions.FontSources

HtmlSaveOptions.FontSources property

Font sources of pre-saved fonts.

public FontSourceCollection FontSources { get; }

Remarks

Fonts may be saved preliminarily for cache purpose and then passed into Html conversion process. For example it may be useful in document splitting scenario and processing document pages in multiple threads with single set of fonts.

See Also