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

In This Topic
    Items Property (StructElement)
    In This Topic
    Gets the collection of nested StructTreeItem objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As StructTreeItemCollection
    public StructTreeItemCollection Items {get;}
    See Also