PageMarkup.TextFragments

PageMarkup.TextFragments property

Gets collection of TextFragment that was found on the page.

public List<TextFragment> TextFragments { get; }

Remarks

The TextFragment object provides access to the search occurrence text, text properties, and allows to edit text and change the text state (font, font size, color etc).

See Also