[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.ContentItem

ContentItem Class

The base abstract class for McidContentItem and McrContentItem classes. Represents a content item associated with a portion of a content stream.

Namespace: GrapeCity.Documents.Pdf.Recognition.Structure
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class ContentItem : ContentItemBase
Public MustInherit Class ContentItem
    Inherits ContentItemBase

Constructors

Name Description
ContentItem()

Methods

Name Description
GetImages()

Gets the list of images associated with the current content item.

GetParagraph()

Returns an ITextParagraph object representing the paragraph of text associated with the current content item, or null if no paragraph is associated with current item.

GetText()

Returns 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.