ImageGear .NET v24.12 - Updated
MagnifierHeight Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : MagnifierHeight Property
Gets or sets the flying magnifier height in window pixels.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DefaultValueAttribute(150)>
<DescriptionAttribute("Flying magnifier height in window pixels in the range between 25 and 500.")>
<CategoryAttribute("PageView Properties")>
Public Property MagnifierHeight As Integer
'Usage
 
Dim instance As PageView
Dim value As Integer
 
instance.MagnifierHeight = value
 
value = instance.MagnifierHeight
[Browsable(true)]
[DefaultValue(150)]
[Description("Flying magnifier height in window pixels in the range between 25 and 500.")]
[Category("PageView Properties")]
public int MagnifierHeight {get; set;}
[Browsable(true)]
[DefaultValue(150)]
[Description("Flying magnifier height in window pixels in the range between 25 and 500.")]
[Category("PageView Properties")]
public: __property int get_MagnifierHeight();
public: __property void set_MagnifierHeight( 
   int value
);
[Browsable(true)]
[DefaultValue(150)]
[Description("Flying magnifier height in window pixels in the range between 25 and 500.")]
[Category("PageView Properties")]
public:
property int MagnifierHeight {
   int get();
   void set (    int value);
}

Property Value

An integer value ranging between 25 to 500.
Remarks

This property is a number that specifies the height of the magnifier, in window pixels. The range is between 25 and 500. The default value is 150.

See Also

Reference

PageView Class
PageView Members