KeyboardLayoutCorrectorOptionsEnabled Property |
Gets or sets a value indicating whether the keyboard layout corrector is enabled.
The default value is false.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}
member Enabled : bool with get, set
Property Value
Type:
BooleanA value indicating whether the keyboard layout corrector is enabled.
See Also