LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

HeightUpScalingFactor Property

Show in webframe







Gets or sets the number of the up scaling process stages for the new height to be achieved.
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);
Object.defineProperty('HeightUpScalingFactor');
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

See Also

Reference

IntelligentUpScaleCommand Class
IntelligentUpScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.