PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / DocumentBody Class / Children Property

In This Topic
    Children Property (DocumentBody)
    In This Topic
    Gets the collection of RenderObject elements contained within the current DocumentBody.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As RenderObjectCollection
    public RenderObjectCollection Children {get;}
    See Also