Keyoti RapidSpell Desktop .NET API Docs
Check Method (text, startPosition)
APIKeyoti.RapidSpellRapidSpellCheckerCheck(String, Int32)
Keyoti RapidSpell Desktop .NET
Checks text for spelling correctness, from startPosition in 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,
	int startPosition
)
public void Check(
	string text,
	int startPosition
)
Public Sub Check ( 
	text As String,
	startPosition As Integer
)
Public Sub Check ( 
	text As String,
	startPosition As Integer
)
public:
void Check(
	String^ text, 
	int startPosition
)
public:
void Check(
	String^ text, 
	int startPosition
)
member Check : 
        text : string * 
        startPosition : int -> unit 
member Check : 
        text : string * 
        startPosition : int -> unit 
Parameters
text (String)
the text to be checked
startPosition (Int32)
the position in the text to begin checking from
Return Value

void
Remarks
startPosition should be >=0 but if it is < 0 it is set = 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionif text parameter is null.

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