Aspose::Pdf::Text::TextSearchOptions::set_SearchForTextRelatedGraphics method

TextSearchOptions::set_SearchForTextRelatedGraphics method

Sets value that permits searching for text related graphics (underlining, background etc.) during text search. true - searching for text related graphics will be performed (default value). false - graphic elements that may present in source document will be ignored. Set this in case of performance issues or no need to handle underlining, background, or clipping.

void Aspose::Pdf::Text::TextSearchOptions::set_SearchForTextRelatedGraphics(bool value)

See Also