ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / AutoEmbedFonts Property

In This Topic
    AutoEmbedFonts Property
    In This Topic

    This property is obsolete.

    Gets or sets a value indicating whether the EmbeddedFonts collection will be automatically filled with fonts used in the document during document generation.

    The default value is false.

    Syntax
    'Declaration
     
    Public Property AutoEmbedFonts As System.Boolean
    public System.bool AutoEmbedFonts {get; set;}
    See Also