ImageGear for .NET
magnifierXOffset Property
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : magnifierXOffset Property

Glossary Item Box

Indicates the X offset of the magnifier.

Syntax

ASP.NET Ajax Javascript (Specification) 
function get_magnifierXOffset() : Integer
function set_magnifierXOffset(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_magnifierXOffset();

Remarks

This property is a number that specifies the X offset of the magnifier, in window pixels. The magnifier offset will offset the magnifier from the location of the cursor. The only normal use of this is for touch interfaces where the user's finger covers up the magnifier. Using an offset in this case allows you to move the magnifier out from under the user's finger. This must be a value between -500 and 500.

You should generally leave this value set to its default value of zero.

See Also

©2013. Accusoft Corporation. All Rights Reserved.