Aspose::Pdf::Text::TextAbsorber::get_Errors method

TextAbsorber::get_Errors method

List of TextExtractionError objects. It contain information about errors were found during text extraction. Searching for errors will performed only if TextSearchOptions.LogTextExtractionErrors = true; And it may decrease performance.

System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextExtractionError>>> Aspose::Pdf::Text::TextAbsorber::get_Errors() const

See Also