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
-
object
LogicalStructure
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Properties
Elements
Gets the list of top level Element objects in the document's logical structure.
public List<Element> Elements { get; }
Property Value
- System.Collections.Generic.List<T><Element>