Aspose::Pdf::Text::TextSearchOptions::set_LogTextExtractionErrors method

TextSearchOptions::set_LogTextExtractionErrors method

Sets indication that text extraction (decoding) errors will be logged in the text (fragment) absorber. true - means that text extraction (decoding) errors will be loged. It may decrease performance. false (default) - no error loging.

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

See Also