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
- class SeparateProcessOptions
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search