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

In This Topic
    Children Property (StructElement)
    In This Topic
    Gets the collection of child StructElement object.

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

    Syntax
    'Declaration
     
    Public ReadOnly Property Children As StructElementCollection
    public StructElementCollection Children {get;}
    See Also