Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Structure Namespace / Element Class
Members

In This Topic
    Element Class
    In This Topic
    Represents a parsed PDF tag (structure element) in the document's logical structure.

    An instance of this class is created from a GrapeCity.Documents.Pdf.Structure.StructElement, and holds a reference to that object in its StructElement property.

    Object Model
    Element Class
    Syntax
    'Declaration
     
    Public Class Element 
       Inherits LogicalStructureItem
    public class Element : LogicalStructureItem 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Recognition.Structure.LogicalStructureItem
          GrapeCity.Documents.Pdf.Recognition.Structure.Element

    See Also