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

In This Topic
    Items Property (Element)
    In This Topic
    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 HasItems.

    Syntax
    'Declaration
     
    Public ReadOnly Property Items As System.Collections.Generic.List(Of LogicalStructureItem)
    public System.Collections.Generic.List<LogicalStructureItem> Items {get;}
    See Also