[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FontEmbedMode

Enum FontEmbedMode

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies the font embedding mode.

public enum FontEmbedMode

Fields

All = 2

Whole fonts are embedded.

None = 0

Fonts are not embedded.

Subset = 1

Subsets of fonts are embedded, including only the characters used in a document.

IMPORTANT: In the current version font subsetting is not supported, and this value is equivalent to All.