Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontEmbedMode Enumeration

In This Topic
    FontEmbedMode Enumeration
    In This Topic
    Specifies the font embedding mode.
    Syntax
    'Declaration
     
    Public Enum FontEmbedMode 
       Inherits System.Enum
    public enum FontEmbedMode : System.Enum 
    Members
    MemberDescription
    All Whole fonts are embedded.
    None Fonts are not embedded.
    SubsetSubsets 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.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.FontEmbedMode

    See Also