Keyoti RapidSpell Desktop .NET API Docs
Check Method (text, isStartOfTextBody)
APIKeyoti.RapidSpellICheckerEngineCheck(String, Boolean)
Keyoti RapidSpell Desktop .NET
Checks text for spelling correctness, from beginning of text, mis-spelt words can be accessed through nextBadWord.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
void Check(
	string text,
	bool isStartOfTextBody
)
void Check(
	string text,
	bool isStartOfTextBody
)
Sub Check ( 
	text As String,
	isStartOfTextBody As Boolean
)
Sub Check ( 
	text As String,
	isStartOfTextBody As Boolean
)
void Check(
	String^ text, 
	bool isStartOfTextBody
)
void Check(
	String^ text, 
	bool isStartOfTextBody
)
abstract Check : 
        text : string * 
        isStartOfTextBody : bool -> unit 
abstract Check : 
        text : string * 
        isStartOfTextBody : bool -> unit 
Parameters
text (String)
to spell check.
isStartOfTextBody (Boolean)
whether the text being spell checked is at the start of the text body (eg. start of text box), this affects sentence capitalization determination.
Return Value

void
Exceptions
ExceptionCondition
ArgumentNullExceptionif text parameter is null.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412