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




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : MagnifierMagnification Property
Gets or sets the magnification of the flying magnifier.
Syntax
'Declaration
 
<CategoryAttribute("PageView Properties")>
<DefaultValueAttribute(3)>
<DescriptionAttribute("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")>
<BrowsableAttribute(True)>
Public Property MagnifierMagnification As Double
'Usage
 
Dim instance As PageView
Dim value As Double
 
instance.MagnifierMagnification = value
 
value = instance.MagnifierMagnification
[Category("PageView Properties")]
[DefaultValue(3)]
[Description("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")]
[Browsable(true)]
public double MagnifierMagnification {get; set;}
[Category("PageView Properties")]
[DefaultValue(3)]
[Description("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")]
[Browsable(true)]
public: __property double get_MagnifierMagnification();
public: __property void set_MagnifierMagnification( 
   double value
);
[Category("PageView Properties")]
[DefaultValue(3)]
[Description("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")]
[Browsable(true)]
public:
property double MagnifierMagnification {
   double get();
   void set (    double value);
}

Property Value

Value ranges between 1.5 to 8.0.
Remarks

This property is a number that specifies the magnification applied to the image displayed in the magnifier. The value is between 1.5 and 8.0 with larger values maginifying more than the smaller values. In most cases, a value of 3.0 will provide good magnification. The default value is 3.0.

See Also

Reference

PageView Class
PageView Members