Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Structure Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.Documents.Pdf.Recognition.Structure Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThe base abstract class for McidContentItem and McrContentItem classes. Represents a content item associated with a portion of a content stream.
    ClassThe base abstract class for classes representing a portion of document content associated with a PDF structure tag (element).
    ClassRepresents 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.

    ClassRepresents the parsed logical structure of a document. This is created on the basis of GrapeCity.Documents.Pdf.GcPdfDocument.StructTreeRoot, i.e. from the tags in the PDF structure tree.
    ClassRepresents the base abstract class for items in a LogicalStructure. Derived classes are Element and ContentItemBase.
    ClassRepresents a parsed GrapeCity.Documents.Pdf.Structure.McidContentItemLink.
    ClassRepresents a parsed GrapeCity.Documents.Pdf.Structure.McrContentItemLink.
    ClassRepresents a parsed GrapeCity.Documents.Pdf.Structure.ObjrContentItemLink.
    See Also