Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Structure Namespace / LogicalStructure Class / Elements Property

In This Topic
    Elements Property
    In This Topic
    Gets the list of top level Element objects in the document's logical structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Elements As System.Collections.Generic.List(Of Element)
    public System.Collections.Generic.List<Element> Elements {get;}
    See Also