ExtractorSettings

ExtractorSettings class

Contains settings for the document data extractor.

public class ExtractorSettings

Properties

Name Description
IndexType { get; set; } Gets or sets the index type the extractor is used for. The default value is NormalIndex.
TempFolder { get; set; } Gets or sets the folder for temporary files.

See Also