[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.Element.HasContentItems

HasContentItems Property

HasContentItems

Gets a value indicating whether the current element has any content items associated with it (the ContentItems list is not empty).

Note that even if there are no associated content items, accessing ContentItems will initialize it, so using this property is recommended when checking whether an element has any associated content items.

Declaration
public bool HasContentItems { get; }
Public ReadOnly Property HasContentItems As Boolean