Enum HtmlSaveOptions.FontSavingModes

HtmlSaveOptions.FontSavingModes enumeration

Enumerates modes that can be used for saving of fonts referenced in saved PDF.

public enum FontSavingModes

Values

NameValueDescription
AlwaysSaveAsWOFF0All referenced fonts will be saved and referenced as WOFF-fonts.
AlwaysSaveAsTTF1All referenced fonts will be saved and referenced as TTF-fonts.
AlwaysSaveAsEOT2All referenced fonts will be saved and referenced as EOT-fonts.
SaveInAllFormats3All referenced fonts will be saved (and referenced in CSS) as 3 independent files : EOT, TTH, WOFF. It increases size of output data but makes output suitable for overwhelming majority of web browsers .
DontSave4All referenced fonts will not be saved.

See Also