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

In This Topic
    DocumentFonts Property (SampleC1PrintDocument)
    In This Topic
    Gets the collection of C1.C1Preview.DocumentFont objects describing fonts used in the current document.

    This collection is populated automaticallly when the document generates, depending on the value of the C1.C1Preview.C1PrintDocument.FontHandling property on the document.

    Syntax
    'Declaration
     
    Public ReadOnly Property DocumentFonts As DocumentFontCollection
    public DocumentFontCollection DocumentFonts {get;}
    See Also