Visual Basic (Declaration) | |
---|---|
Public Property ScaleFactor As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int ScaleFactor {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_ScaleFactor(); public: __property void set_ScaleFactor( int value ); |
Return Value
Zoom factor used to display the image.
100% means displaying the image at the original width or height (1:1).Refer to the tutorial, Using the ImageViewer on server side.
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.Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family