IndexSettingsAutoDetectEncoding Property |
Gets or sets a value indicating whether to detect encoding automatically or not.
The default value is false.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic bool AutoDetectEncoding { get; set; }
Public Property AutoDetectEncoding As Boolean
Get
Set
public:
property bool AutoDetectEncoding {
bool get ();
void set (bool value);
}
member AutoDetectEncoding : bool with get, set
Property Value
Type:
BooleanA value indicating whether to detect encoding automatically or not.
See Also