ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PdfExportSettings.EmbedFontsMode Enumeration

In This Topic
    PdfExportSettings.EmbedFontsMode Enumeration
    In This Topic
    Specifies the font embedding mode for the PDF document.
    Syntax
    'Declaration
     
    Public Enum PdfExportSettings.EmbedFontsMode 
       Inherits System.Enum
    public enum PdfExportSettings.EmbedFontsMode : System.Enum 
    Members
    MemberDescription
    AllEmbed all fonts used in the document.
    NoneDo not embed any fonts.
    PartialOnly embed the fonts that are used in the document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Web.PdfExportSettings.EmbedFontsMode

    See Also