Enum
FontEmbeddingType

Controls how fonts are embedded into exported PDFs, affecting size, fidelity, and portability.

Definition

Namespace:Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Export

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public enum FontEmbeddingType

Fields

Full

Embed full font files (max fidelity, larger files).

Declaration

cs-api-definition
Full = 1

Field Value

FontEmbeddingType

None

Do not embed fonts (smallest files, requires system fonts on the reader).

Declaration

cs-api-definition
None = 0

Field Value

FontEmbeddingType

Subset

Embed only the glyph subset used in the document (balanced size and fidelity; default).

Declaration

cs-api-definition
Subset = 2

Field Value

FontEmbeddingType

In this article
DefinitionFieldsFullNoneSubset
Not finding the help you need?
Contact Support