GetAsTextChange Method of the Change Object
This method returns the detected change as the TextChange object. If the change is not a text change, NULL is returned.
Syntax
HRESULT GetAsTextChange( ITextChange** Result );
Parameters
- Result
- [out, retval] A pointer to ITextChange* pointer variable that receives the interface pointer to the returned TextChange object.
Return values
This method has no specific return values. It returns the standard return codes of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM