ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageViewState class / viewRotationDegreesClockwise Field

In This Topic
    viewRotationDegreesClockwise Field
    In This Topic
    The amount of rotation to apply to the page. Valid values are 0 (or do not provide a value), 90, 180, 270, -90, -180, or -270.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var viewRotationDegreesClockwise : number;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageViewState.viewRotationDegreesClockwise;
    See Also