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

In This Topic
    viewRectangle Field
    In This Topic
    The rectangle to display in the viewer if viewFitType is set to Rectangle. If viewFitType is not Rectangle then you can omit this value.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var viewRectangle : Rectangle;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageViewState.viewRectangle;
    See Also