Keyoti RapidSpell Silverlight API Docs
SetConsiderationRange Method (w)
APIKeyoti.RapidSpellRapidSpellGUIPresenterSetConsiderationRange(Int32)
Keyoti RapidSpell Silverlight
Sets the factor for words to consider for suggestions, lower values are faster but consider less words for suggestions. Default is 80. If w <= 1 this method won't do anything.
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Use ConsiderationRange instead.", true)]
public void SetConsiderationRange(
	int w
)
<ObsoleteAttribute("Use ConsiderationRange instead.", true)> 
Public Sub SetConsiderationRange ( 
	w As Integer
)
public:
[ObsoleteAttribute(L"Use ConsiderationRange instead.", true)]
void SetConsiderationRange(
	int w
)
[<ObsoleteAttribute("Use ConsiderationRange instead.", true)>]
member SetConsiderationRange : 
        w : int -> unit 
Parameters
w (Int32)

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)