Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Structure Namespace / Element Class / HasChildren Property

In This Topic
    HasChildren Property (Element)
    In This Topic
    Gets a value indicating whether the current element has any children Element objects (the Children list is not empty).

    Note that even if the current element has no children, accessing Children will initialize it, so using this property is recommended when checking whether an element has any children.

    Syntax
    'Declaration
     
    Public ReadOnly Property HasChildren As System.Boolean
    public System.bool HasChildren {get;}
    See Also