PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class
Members

In This Topic
    RenderObjectCollection Class
    In This Topic
    Represents the collection of RenderObject objects. Represents a collection of RenderObject objects. Used to store objects in the Body of a C1PrintDocument (see Children), and child objects contained in another RenderObject (see Children).
    Object Model
    RenderObjectCollection Class
    Syntax
    'Declaration
     
    Public Class RenderObjectCollection 
       Inherits OwnedCollection
    public class RenderObjectCollection : OwnedCollection 
    Inheritance Hierarchy

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

    See Also