[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.LogicalStructure

Class LogicalStructure

Namespace
GrapeCity.Documents.Pdf.Recognition.Structure
Assembly
GcDocs.Pdf.dll

Represents the parsed logical structure of a document. This is created on the basis of StructTreeRoot, i.e. from the tags in the PDF structure tree.

public class LogicalStructure
Inheritance
LogicalStructure
Inherited Members

Properties

Elements

Gets the list of top level Element objects in the document's logical structure.

public List<Element> Elements { get; }

Property Value

List<Element>