LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

HeightUpScalingFactor Property






Gets or sets the number of the up scaling process stages for the new height to be achieved. .NET support WinRT support
Syntax
public int HeightUpScalingFactor {get; set;}
'Declaration
 
Public Property HeightUpScalingFactor As Integer
'Usage
 
Dim instance As IntelligentUpScaleCommand
Dim value As Integer
 
instance.HeightUpScalingFactor = value
 
value = instance.HeightUpScalingFactor
public int HeightUpScalingFactor {get; set;}
 get_HeightUpScalingFactor();
set_HeightUpScalingFactor(value);
public:
property int HeightUpScalingFactor {
   int get();
   void set (    int value);
}

Property Value

The number of up scaling process stages for the new height to be achieved. The recommended range is from 1 to 20. If MaskImage is used, then 1 should be passed.
Example
Refer to IntelligentUpScaleCommand.
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

IntelligentUpScaleCommand Class
IntelligentUpScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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