PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / DocumentFonts Property

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

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

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