TouchParametersSetErrorCorrectionEnabled Method  | 
 
            Sets if error correction is enabled.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetErrorCorrectionEnabled(
	bool errorCorrectionEnabled
)
Public Sub SetErrorCorrectionEnabled ( 
	errorCorrectionEnabled As Boolean
)
public:
void SetErrorCorrectionEnabled(
	bool errorCorrectionEnabled
)
member SetErrorCorrectionEnabled : 
        errorCorrectionEnabled : bool -> unit 
Parameters
- errorCorrectionEnabled
 - Type: SystemBoolean
If error correction is enabled. 
See Also