1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. SeparateProcessOptions
  8. /
  9. ExtractInSeparateProcess

ExtractInSeparateProcess

SeparateProcessOptions.ExtractInSeparateProcess property

Gets or sets a value indicating whether a separate process is used to extract data from documents. The default value is false. When this option is enabled, data extraction is performed in a separate process in only one thread. The specified number of threads is ignored when extracting in a separate process.

public bool ExtractInSeparateProcess { get; set; }

Property Value

A value indicating whether a separate process is used to extract data from documents.

See Also