IsEqualTo Method of the TextOrientation Object
This method allows you to check if the orientation is equal to the specified orientation.
Syntax
HRESULT IsEqualTo( ITextOrientation* Orientation, VARIANT_BOOL* Result );
Parameters
- Orientation
- [in] This variable refers to the TextOrientation object that is to be compared with the current object.
- Result
- [out, retval] This variable contains the result of comparison. It returns TRUE, if the orientations are equal.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM