Enum TextEditOptions.FontReplace

TextEditOptions.FontReplace enumeration

Font replacement behavior.

public enum FontReplace

Values

NameValueDescription
Default0No additional changes performed during font replacement.
RemoveUnusedFonts1Fonts that become unused during font replacement will be removed from resulting document.

See Also