Keyoti RapidSpell Web .NET Help Docs
BadWord Constructor (word, caretStart, caretEnd, reason)
API DocumentationKeyoti.RapidSpellBadWordBadWord(String, Int32, Int32, Int32)
Keyoti RapidSpell Web .NET
Constructs a BadWord instance.
Declaration Syntax
C#Visual BasicVisual C++
public BadWord(
	string word,
	int caretStart,
	int caretEnd,
	int reason
)
Public Sub New ( _
	word As String, _
	caretStart As Integer, _
	caretEnd As Integer, _
	reason As Integer _
)
public:
BadWord(
	String^ word, 
	int caretStart, 
	int caretEnd, 
	int reason
)
Parameters
word (String)
the word String that is misspelt
caretStart (Int32)
the position in the original text
caretEnd (Int32)
the end position in the text
reason (Int32)
the reason this is a bad word, either REASON_DUPLICATE or REASON_SPELLING

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