[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FontEmbedMode

FontEmbedMode Enum

Specifies the font embedding mode.

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

Fields

Name Description
All

Whole fonts are embedded.

None

Fonts are not embedded.

Subset

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.