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

AutoDetectEncoding

BaseOptions.AutoDetectEncoding property

Gets or sets a value indicating whether to detect encoding automatically or not. The default value is false.

public bool AutoDetectEncoding { get; set; }

Property Value

A value indicating whether to detect encoding automatically or not.

See Also