Aspose::Pdf::Text::TextSearchOptions::get_SearchForTextRelatedGraphics method

TextSearchOptions::get_SearchForTextRelatedGraphics method

Gets 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.

bool Aspose::Pdf::Text::TextSearchOptions::get_SearchForTextRelatedGraphics() const

See Also