FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FontEmbedType Enumeration

In This Topic
    FontEmbedType Enumeration
    In This Topic
    The type of embed of fonts into the report.
    Syntax
    'Declaration
     
    Public Enum FontEmbedType 
       Inherits System.Enum
    public enum FontEmbedType : System.Enum 
    Members
    MemberDescription
    AutoTo embed only the Unicode ranges of the font used in the report.
    NoneDo not embed the font.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Report.FontEmbedType

    See Also