Reports for WinForms | ComponentOne
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 Boolean
    public bool AutoEmbedFonts {get; set;}
    See Also