ImageRotation
This property sets or returns the clockwise rotation angle of the image. The rotation angle is the angle around which the image was rotated before recognition . The center point is the left top corner of the image.
Syntax
ImageRotation (ImgIdx as Long, newVal as Double)
Parameter | Description |
---|---|
ImgIdx | Index of the image. |
newVal | Rotation angle Note: The parameter value adds to the current rotation, it does not
replace it. |