ImageGear for .NET
Zoom Property (ImGearMagnifierSettings)




Gets or sets the zoom factor of the magnifier.
Syntax
'Declaration
 
Public Property Zoom As Double
'Usage
 
Dim instance As ImGearMagnifierSettings
Dim value As Double
 
instance.Zoom = value
 
value = instance.Zoom
public double Zoom {get; set;}
public: __property double get_Zoom();
public: __property void set_Zoom( 
   double value
);
public:
property double Zoom {
   double get();
   void set (    double value);
}

Property Value

Double value.
Remarks
Default value is 2.0.
See Also

Reference

ImGearMagnifierSettings Class
ImGearMagnifierSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback