TextSearchOptions.LogTextExtractionErrors

TextSearchOptions.LogTextExtractionErrors property

Gets or 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.

public bool LogTextExtractionErrors { get; set; }

See Also