Keyoti RapidSpell WPF API Docs
SetConsiderationRange Method (w)
APIKeyoti.RapidSpell.WpfRapidSpellCheckerSetConsiderationRange(Int32)
Keyoti RapidSpell WPF
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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public void SetConsiderationRange(
	int w
)
public void SetConsiderationRange(
	int w
)
Public Sub SetConsiderationRange ( 
	w As Integer
)
Public Sub SetConsiderationRange ( 
	w As Integer
)
public:
virtual void SetConsiderationRange(
	int w
) sealed
public:
virtual void SetConsiderationRange(
	int w
) sealed
abstract SetConsiderationRange : 
        w : int -> unit 
override SetConsiderationRange : 
        w : int -> unit 
abstract SetConsiderationRange : 
        w : int -> unit 
override SetConsiderationRange : 
        w : int -> unit 
Parameters
w (Int32)

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214