ImageGear .NET
ZoomFactor Property (ImGearZoomInSettings)




Gets or sets the factor that the image zoom when using the zoom in mouse tool.
Syntax
public double ZoomFactor {get; set;}
public: __property double get_ZoomFactor();
public: __property void set_ZoomFactor( 
   double value
);
public:
property double ZoomFactor {
   double get();
   void set (    double value);
}
'Declaration
 
Public Property ZoomFactor As Double
 
'Usage
 
Dim instance As ImGearZoomInSettings
Dim value As Double
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor

Property Value

Double value.
Remarks
Default value is 1.2.
See Also

Reference

ImGearZoomInSettings Class
ImGearZoomInSettings Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback