Aspose::Pdf::Text::TextSearchOptions::set_StoredGraphicElementsMaxCount method

TextSearchOptions::set_StoredGraphicElementsMaxCount method

Sets value that limits searching for text related graphics (underlining, background etc.) on a page for the speciefied number of elements. The default is 250. Set lesser value in the case of performance problems, try larger value in the case some graphic elements wasn’t found.

void Aspose::Pdf::Text::TextSearchOptions::set_StoredGraphicElementsMaxCount(int32_t value)

See Also