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

In This Topic
    ContentItem Class Members
    In This Topic

    The following tables list the members exposed by ContentItem.

    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.  
    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.  
    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.  
    Top
    See Also