Keyoti RapidSpell Desktop .NET API Docs
Check Method (text, isStartOfTextBody)
APIKeyoti.RapidSpellCheckerEngineAdapterCheck(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#
public void Check(
	string text,
	bool isStartOfTextBody
)
public void Check(
	string text,
	bool isStartOfTextBody
)
Public Sub Check ( 
	text As String,
	isStartOfTextBody As Boolean
)
Public Sub Check ( 
	text As String,
	isStartOfTextBody As Boolean
)
public:
virtual void Check(
	String^ text, 
	bool isStartOfTextBody
) sealed
public:
virtual void Check(
	String^ text, 
	bool isStartOfTextBody
) sealed
abstract Check : 
        text : string * 
        isStartOfTextBody : bool -> unit 
override Check : 
        text : string * 
        isStartOfTextBody : bool -> unit 
abstract Check : 
        text : string * 
        isStartOfTextBody : bool -> unit 
override 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