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

In This Topic
    ContentItems Property (Element)
    In This Topic
    Gets the list of content items associated with the current element.

    Note that even if the current element has no associated content items, accessing this property initializes the list. To simply check whether the element has any associated content items, use HasContentItems.

    Syntax
    'Declaration
     
    Public ReadOnly Property ContentItems As System.Collections.Generic.IReadOnlyList(Of ContentItemBase)
    public System.Collections.Generic.IReadOnlyList<ContentItemBase> ContentItems {get;}
    See Also