[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FontEmbedMode

FontEmbedMode Enum

Specifies available font embedding modes.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public enum FontEmbedMode
Public Enum FontEmbedMode

Fields

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.