[]
The base abstract class for McidContentItem and McrContentItem classes. Represents a content item associated with a portion of a content stream.
public abstract class ContentItem : ContentItemBase
protected ContentItem()
Gets the list of images associated with the current content item.
public IList<PdfImageInfo> GetImages()
The list of images.
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.
public ITextParagraph GetParagraph()
The ITextParagraph representing the paragraph, or null.
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.
public string GetText()
The text of the paragraph, or null.