TextAbsorber.HasErrors

TextAbsorber.HasErrors property

Value indicates whether errors were found during text extraction. Searching for errors will performed only if TextSearchOptions.LogTextExtractionErrors = true; And it may decrease performance.

public bool HasErrors { get; }

See Also