[]
Specifies available font embedding modes.
public enum FontEmbedMode
EmbedFullFont = 2
The whole font is embedded.
EmbedSubset = 1
A subset of the font is embedded.
EmbedSubsetNoForms = 3
A 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 = 0
The font is not embedded.