PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / AutoEmbedFonts Property

In This Topic
    AutoEmbedFonts Property (SampleC1PrintDocument)
    In This Topic

    This property is obsolete.

    Gets or sets a value indicating whether the C1.C1Preview.C1PrintDocument.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