LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ScaleFactor Property







Gets or sets the percentage of the image scale factor.
Syntax
public double ScaleFactor {get; set;}
'Declaration
 
Public Property ScaleFactor As Double
'Usage
 
Dim instance As ScaleImageCommand
Dim value As Double
 
instance.ScaleFactor = value
 
value = instance.ScaleFactor
public double ScaleFactor {get; set;}
 get_ScaleFactor();
set_ScaleFactor(value);
public: __property double get_ScaleFactor();
public: __property void set_ScaleFactor( 
   double value
);
public:
property double ScaleFactor {
   double get();
   void set (    double value);
}

Property Value

The percentage of the image scale factor.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScaleImageCommand Class
ScaleImageCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.