ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / PageView Class / MagnifierMagnification Property




In This Topic
    MagnifierMagnification Property (PageView)
    In This Topic
    Gets or sets the magnification of the flying magnifier.
    Syntax
    'Declaration
     
    <CategoryAttribute("PageView Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(3)>
    <DescriptionAttribute("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")>
    Public Property MagnifierMagnification As Double
    'Usage
     
    Dim instance As PageView
    Dim value As Double
     
    instance.MagnifierMagnification = value
     
    value = instance.MagnifierMagnification
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(3)]
    [Description("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")]
    public double MagnifierMagnification {get; set;}
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(3)]
    [Description("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")]
    public: __property double get_MagnifierMagnification();
    public: __property void set_MagnifierMagnification( 
       double value
    );
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(3)]
    [Description("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")]
    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