[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.Element.Children

Children Property

Children

Gets the list of current element's child elements.

Note that even if the current element has no children, accessing this property initializes the list. To simply check whether the element has any children, use HasChildren.

Declaration
public IReadOnlyList<Element> Children { get; }
Public ReadOnly Property Children As IReadOnlyList(Of Element)