ImageGear .NET - Updated
markHandleSize Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : markHandleSize Property
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

Reference

PageView class
PageView Members