ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / markHandleSize Property

In This Topic
    markHandleSize Property
    In This Topic
    Indicates the approximate size of the handles shown on selected marks.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_markHandleSize() : Number
    function set_markHandleSize(value : Number)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.get_markHandleSize();
    Remarks

    This property is a number that specifies the desired size, in inches, of handles that the viewer draws on selected marks. In this version, the viewer has a very limited number of actual sizes to choose from and it will pick the size that is closest to the requested size. In a future version, the viewer will use the exact size specified by this property. This must be a value between 0.1 and .5.

    See Also