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