MTextCorrectSpelling Method
|
Runs the spell checker to correct spelling
errors.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public int CorrectSpelling()
Public Function CorrectSpelling As Integer
public:
int CorrectSpelling()
member CorrectSpelling : unit -> int
Return Value
Int32
0 if completed successfully, or 1 otherwise.
Remarks
Currently not
implemented. Always returns 0.
See Also