[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.Element.HasItems

HasItems Property

HasItems

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.

Declaration
public bool HasItems { get; }
Public ReadOnly Property HasItems As Boolean