Rotate

Syntax

Document.Rotate ( Angle, Bicubic )

Parameters

Float Angle - specifies rotation angle in degrees, positive values being clockwise, negative counter-clockwise

Boolean Bicubic - enables bicubic resampling

Returns

Nothing

Remarks

Rotates the image by the number of degrees specified by the parameter Angle. Positive values indicate clockwise rotatation, negative values counter-clockwise. If the angle is not a multiple of 90°, rotation requires resampling (pixel interpolation), which can be either bilinear or bicubic, according to the parameter Bicubic.