ImageGear for .NET
Zoom Property (ImGearMagnifierCtl)




Gets or sets zoom factor.
Syntax
'Declaration
 
<ImGearFilterAttribute()>
Public Property Zoom As Double
'Usage
 
Dim instance As ImGearMagnifierCtl
Dim value As Double
 
instance.Zoom = value
 
value = instance.Zoom
[ImGearFilterAttribute()]
public double Zoom {get; set;}
[ImGearFilterAttribute()]
public: __property double get_Zoom();
public: __property void set_Zoom( 
   double value
);
[ImGearFilterAttribute()]
public:
property double Zoom {
   double get();
   void set (    double value);
}

Property Value

Double value between 1 and 500.
See Also

Reference

ImGearMagnifierCtl Class
ImGearMagnifierCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback