Aspose::Pdf::Text::TextSearchOptions::get_IgnoreShadowText method

TextSearchOptions::get_IgnoreShadowText method

Gets indication that text fragments representing shadow of normal text will be ignored during search. true - means that shadow text will not be found (try this if text search returns duplicated fragments on the close positions) false - means that shadow text will be found as well as normal text (default value)

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

See Also