Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Structure Namespace / McidContentItem Class
Properties Methods

In This Topic
    McidContentItem Class Members
    In This Topic

    The following tables list the members exposed by McidContentItem.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the associated ContentItemBase object. (Inherited from GrapeCity.Documents.Pdf.Recognition.Structure.ContentItemBase)
    Public PropertyGets the Element object containing this item. (Inherited from GrapeCity.Documents.Pdf.Recognition.Structure.ContentItemBase)
    Public PropertyGets the LogicalStructure object owning this item. (Inherited from GrapeCity.Documents.Pdf.Recognition.Structure.ContentItemBase)
    Public PropertyGets the GrapeCity.Documents.Pdf.Page object where this item is located. (Inherited from GrapeCity.Documents.Pdf.Recognition.Structure.ContentItemBase)
    Top
    Public Methods
     NameDescription
    Public MethodGets the list of images associated with the current content item. (Inherited from GrapeCity.Documents.Pdf.Recognition.Structure.ContentItem)
    Public MethodReturns an GrapeCity.Documents.Pdf.TextMap.ITextParagraph object representing the paragraph of text associated with the current content item, or null if no paragraph is associated with current item. (Inherited from GrapeCity.Documents.Pdf.Recognition.Structure.ContentItem)
    Public MethodReturns the text of the paragraph associated with the current content item (as returned by GetParagraph), or an empty string if no paragraph is associated with the current item. (Inherited from GrapeCity.Documents.Pdf.Recognition.Structure.ContentItem)
    Top
    See Also