Rotate Method

Rotates an image by the specified number of degrees (0 to 360, in 90-degree multiples), in a clockwise direction.

expression.Rotate(Angle)

*expression   * Required. An expression that returns an Image object.

Angle    Required Long. The number of degrees (0 to 360, in 90-degree multiples) to rotate the image in a clockwise direction.

Example

The following example rotates the image 180 degrees.

miDoc.Images(0).Rotate 180

Applies to | Image Object