Keyoti RapidSpell Web .NET Help Docs
SetPosition Method (pos)
API DocumentationKeyoti.RapidSpellCheckerEngineAdapterSetPosition(Int32)
Keyoti RapidSpell Web .NET
Sets the pointer position for the NextBadWord iterator.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetPosition(
	int pos
)
Public Overridable Sub SetPosition ( _
	pos As Integer _
)
public:
virtual void SetPosition(
	int pos
)
Parameters
pos (Int32)
Remarks
Further calls to NextBadWord will look for the next bad word from position pos. If position > the text length it is set to the text length. If position < 0, it is set to zero.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625