←Select platform

ScaleFactor Property

Summary

Gets or sets the zoom factor used to display the image.

Syntax

C#
VB
C++
public double ScaleFactor { get; set; } 
  
Public Property ScaleFactor As Double 
public: 
property double ScaleFactor { 
   double get(); 
   void set (    double ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly