PDFKit.NET 2.0 Class Library (.NET 2.0)

EmbedMode Enumeration

The different ways that a font can be stored inside a PDF.

public enum EmbedMode

Members

Member Name Description
Auto The embed mode will be determined based on how the font is used. If the font is used to render static text only, then the subset will be embedded. If the font is associated with an editable field, then the full font will be embedded. This is the default embed mode of a newly created TrueType font.
Unknown The font embed mode could not be determined.
ReferenceOnly The font is not embedded. Only a reference is stored inside the PDF.
Subset A subset of the font is embdedded inside the PDF.
Full The font is fully embedded inside the PDF.

Requirements

Namespace: TallComponents.PDF.Fonts

Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)

See Also

TallComponents.PDF.Fonts Namespace