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

In This Topic
    viewMirror Field
    In This Topic
    A flag indicating whether the page should be mirrored. If you want to flip the page instead of mirror it, simply add 180 degrees to viewRotationDegreesClockwise and toggle this value.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var viewMirror : boolean;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageViewState.viewMirror;
    See Also