Aspose::Pdf::Text::PageMarkup::get_TextFragments method

PageMarkup::get_TextFragments method

Gets collection of TextFragment that was found on the page.

System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>> Aspose::Pdf::Text::PageMarkup::get_TextFragments() const

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