Keyoti RapidSpell Desktop .NET API Docs
SetOptionalContext Method (beforeToCheckSnippet, afterToCheckSnippet)
APIKeyoti.RapidSpellICheckerEngineSetOptionalContext(String, String)
Keyoti RapidSpell Desktop .NET
Provides the engine with any helpful text around the text snippet which will be passed to the Check method. Implementation is not required.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
void SetOptionalContext(
	string beforeToCheckSnippet,
	string afterToCheckSnippet
)
void SetOptionalContext(
	string beforeToCheckSnippet,
	string afterToCheckSnippet
)
Sub SetOptionalContext ( 
	beforeToCheckSnippet As String,
	afterToCheckSnippet As String
)
Sub SetOptionalContext ( 
	beforeToCheckSnippet As String,
	afterToCheckSnippet As String
)
void SetOptionalContext(
	String^ beforeToCheckSnippet, 
	String^ afterToCheckSnippet
)
void SetOptionalContext(
	String^ beforeToCheckSnippet, 
	String^ afterToCheckSnippet
)
abstract SetOptionalContext : 
        beforeToCheckSnippet : string * 
        afterToCheckSnippet : string -> unit 
abstract SetOptionalContext : 
        beforeToCheckSnippet : string * 
        afterToCheckSnippet : string -> unit 
Parameters
beforeToCheckSnippet (String)
Any text before the to check snippet
afterToCheckSnippet (String)
Any text after the snippet
Remarks
Eg. if the document contains "This is an an example piece." and Check will be called on "an example piece", then the fact that 'an' is duplicated will not be detected. Therefore, by passing "This is an " to beforeToCheckSnippet the checker will be able to detect that an is duplicated.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412