Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

WidthUpScalingFactor Property








Gets or sets the number of up scaling process stages for the new width to be achieved.
Syntax
public int WidthUpScalingFactor {get; set;}
'Declaration
 
Public Property WidthUpScalingFactor As Integer
'Usage
 
Dim instance As IntelligentUpScaleCommand
Dim value As Integer
 
instance.WidthUpScalingFactor = value
 
value = instance.WidthUpScalingFactor
public int WidthUpScalingFactor {get; set;}

            

            
 
get_WidthUpScalingFactor();
set_WidthUpScalingFactor(value);
Object.defineProperty('WidthUpScalingFactor');
public:
property int WidthUpScalingFactor {
   int get();
   void set (    int value);
}

Property Value

The number of the scaling process stages for the new width 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

Error processing SSI file