Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

ScaleFactor Property






Gets or sets the zoom factor used to display the image.
Syntax
public double ScaleFactor {get; set;}
'Declaration
 
Public Property ScaleFactor As Double
'Usage
 
Dim instance As WebImageViewer
Dim value As Double
 
instance.ScaleFactor = value
 
value = instance.ScaleFactor

            

            
public:
property double ScaleFactor {
   double get();
   void set (    double value);
}

Property Value

Zoom factor used to display the image.

1 means displaying the image at the original width or height (1:1).

Remarks
You can get and set this property when the SizeMode property is Normal.

This property is read only when the SizeMode property is set to any other value.

Example
Refer to OpenImageUrl(String)
Requirements

Target Platforms

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

Error processing SSI file