| Visual Basic (Declaration) | |
|---|---|
Public Property EnableCorrection As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool EnableCorrection {get; set;} | |
Return Value
Enables or disables the Correction mode setting of the checking subsystem.Refer to DefaultSpellLanguages example.
For more information, refer to Recognizing Document Pages.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code