Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentFontCollection Class
Members

In This Topic
    DocumentFontCollection Class
    In This Topic
    Represents the collection of DocumentFont objects describing fonts used in a C1PrintDocument.

    See FontHandling for details on when and how this collection is populated.

    Object Model
    DocumentFontCollection Class
    Syntax
    'Declaration
     
    Public Class DocumentFontCollection 
       Inherits OwnedCollection
    public class DocumentFontCollection : OwnedCollection 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.C1Preview.OwnedCollectionBase
             C1.C1Preview.OwnedCollection
                C1.C1Preview.DocumentFontCollection

    See Also