[]
Specifies available font embedding modes.
public enum FontEmbedMode
EmbedFullFont = 2The whole font is embedded.
EmbedSubset = 1A subset of the font is embedded.
EmbedSubsetNoForms = 3A subset of the font is embedded for static content.
If the font is used in the Acroform, a non-embedded PDF font will be associated with the form fields.
NotEmbed = 0The font is not embedded.