Keyoti RapidSpell Desktop .NET API Docs
SetPosition Method (pos)
APIKeyoti.RapidSpellCheckerEngineAdapterSetPosition(Int32)
Keyoti RapidSpell Desktop .NET
Sets the pointer position for the NextBadWord iterator.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void SetPosition(
	int pos
)
public virtual void SetPosition(
	int pos
)
Public Overridable Sub SetPosition ( 
	pos As Integer
)
Public Overridable Sub SetPosition ( 
	pos As Integer
)
public:
virtual void SetPosition(
	int pos
)
public:
virtual void SetPosition(
	int pos
)
abstract SetPosition : 
        pos : int -> unit 
override SetPosition : 
        pos : int -> unit 
abstract SetPosition : 
        pos : int -> unit 
override SetPosition : 
        pos : int -> unit 
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.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412