[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.Element.ContentItems

ContentItems Property

ContentItems

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.

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