.NET Framework Class Library

FontEmbedType Enumeration

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Documents Namespace >

.NET Framework Class Library

FontEmbedType Enumeration

Defines how fonts are embedded in a PDF document.

Namespace: Gnostice.Documents

Assembly:  Gnostice.Documents (in Gnostice.Documents.dll)

Syntax

Visual Basic

Public Enumeration FontEmbedType

C#

public enum FontEmbedType

Visual C++

public enum class FontEmbedType

Members


Member name

Value

Description


None

0

Font is not embedded.


Subset

1

Only those glyphs that are used in the document are embedded.


Full

2

Entire font is embedded in the document.

See Also

Gnostice.Documents Namespace