ImageGear for .NET
rotate Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : rotate Method

degreesClockwise
Use this parameter to indicate how much to rotate the image. Only the following values are accepted: 90, 180, 270, -90, -180, and -270.

Glossary Item Box

Rotates the current image.

Syntax

ASP.NET Ajax Javascript (Specification) 
function rotate( 
   degreesClockwise : number
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.rotate(number);

Parameters

degreesClockwise
Use this parameter to indicate how much to rotate the image. Only the following values are accepted: 90, 180, 270, -90, -180, and -270.

Remarks

Rotates the current image, while keeping the portion of the image at the center of the viewer remaining in the same location.

See Also

©2013. Accusoft Corporation. All Rights Reserved.