Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FontEmbedMode Enumeration

In This Topic
    FontEmbedMode Enumeration
    In This Topic
    Specifies available font embedding modes.
    Syntax
    'Declaration
     
    Public Enum FontEmbedMode 
       Inherits System.Enum
    public enum FontEmbedMode : System.Enum 
    Members
    MemberDescription
    EmbedFullFontThe whole font is embedded.
    EmbedSubsetA subset of the font is embedded.
    EmbedSubsetNoFormsA subset of the font is embedded for static content.

    If the font is used in the Acroform, a non-embedded PDF font will be associated with the form fields.

    NotEmbedThe font is not embedded.
    Inheritance Hierarchy

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

    See Also