[]
Specifies available font embedding modes.
public enum FontEmbedMode
Public Enum FontEmbedMode
| Name | Description |
|---|---|
| EmbedFullFont | The whole font is embedded. |
| EmbedSubset | A subset of the font is embedded. |
| EmbedSubsetNoForms | 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 | The font is not embedded. |