TransformImage Method of the Page Object
This method transforms the image of the current page. Among available transformations are inversion of colors, mirroring, rotation by 90, 180 and 270 degrees, etc.
Syntax
Visual Basic .NET
Sub TransformImage(TransformationType As ImageTransformationEnum)
C++
HRESULT TransformImage( ImageTransformationEnum TransformationType );
Parameters
- TransformationType
- [in] This variable specifies the transformation type. See the ImageTransformationEnum description for the supported transformations.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30