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

In This Topic
    ContentItems Property (StructElement)
    In This Topic
    Gets the collection of ContentItemLink objects.

    This collection is a wrapper around the Items collection that iterates only over its elements of the type ContentItemLink.

    Syntax
    'Declaration
     
    Public ReadOnly Property ContentItems As ContentItemLinkCollection
    public ContentItemLinkCollection ContentItems {get;}
    See Also