ImageGear .NET - Updated May 30, 2018
MagnifierWidth Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : MagnifierWidth Property
Gets or sets the flying magnifier width in window pixels.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Flying magnifier width in window pixels in the range between 25 and 500")>
<CategoryAttribute("PageView Properties")>
Public Property MagnifierWidth As Integer
 
'Usage
 
Dim instance As PageView
Dim value As Integer
 
instance.MagnifierWidth = value
 
value = instance.MagnifierWidth

Property Value

An integer value ranging between 25 to 500.
Remarks

This property is a number that specifies the width of the magnifier, in window pixels. The default value is 250.

See Also

Reference

PageView Class
PageView Members