Encoding

IndexingOptions.Encoding property

Gets or sets the encoding used to extract text from text documents. The default value is null, which means that the default encoding UTF-8 is used. If AutoDetectEncoding is true then this value is used as the default encoding.

public string Encoding { get; set; }

Property Value

The encoding used to extract text from text documents.

See Also