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

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

    Syntax
    'Declaration
     
    Public ReadOnly Property HasContentItems As System.Boolean
    public System.bool HasContentItems {get;}
    See Also