PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / DocumentBody Class / HasChildren Property

In This Topic
    HasChildren Property (DocumentBody)
    In This Topic
    Gets a value indicating whether the current DocumentBody contains any render objects (i.e. whether the Children collection exists and is not empty).
    Syntax
    'Declaration
     
    Public ReadOnly Property HasChildren As Boolean
    public bool HasChildren {get;}
    See Also