Click or drag to resize

ReportingCloudCheckText Method

This method checks text for spelling errors.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public List<IncorrectWord> CheckText(
	string text,
	string language
)

Parameters

text
Type: SystemString
Specifies the text to spell check.
language
Type: SystemString
The language that is used to spell check the specified text.

Return Value

Type: ListIncorrectWord
See Also