TextAbsorber.Errors

TextAbsorber.Errors property

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.

public List<TextExtractionError> Errors { get; }

See Also