[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.Element.Items

Items Property

Items

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.

Declaration
public List<LogicalStructureItem> Items { get; }
Public ReadOnly Property Items As List(Of LogicalStructureItem)