EmbedFontCharacters

EmbedFontCharacters enumeration

Represents the rule to use for adding new embedding font into IPresentation

public enum EmbedFontCharacters

Values

NameValueDescription
OnlyUsed0Embed only the characters used in the presentation (best for reducing file size).
All1Embed all characters (best for editing by other people).

See Also