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 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:
ListIncorrectWordSee Also