Syntax
C++
C#
Visual Basic .NET
Parameters
Rotation [in] This variable of the RotationTypeEnum type defines the angle of rotation for the image. Mirror [in] This parameter specifies whether the image should be mirrored around the vertical axis during transformation. Invert [in] This parameter specifies if image colors should be inverted during transformation.Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.Remarks
- This method applies transformations to the black-and-white, gray, and color image planes of the ImageDocument. All the other pages are deleted from the ImageDocument. They will be created upon demand.
- The sequence of geometrical transformations is as follows: first the rotation by the specified angle is performed, and then the image is mirrored around the vertical axis.
- This method reports events to the listeners attached to the IConnectionPointContainer interface of the ImageDocument object.
