[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.Element.HasChildren

HasChildren Property

HasChildren

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.

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