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

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

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

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