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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

UpScalingOrder Property








Gets or sets the value that determine whether the processing will start with the width first then the height or vice versa.
Syntax
public int UpScalingOrder {get; set;}
public int UpScalingOrder {get; set;}
 
get_UpScalingOrder();
set_UpScalingOrder(value);
Object.defineProperty('UpScalingOrder');
public:
property int UpScalingOrder {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property UpScalingOrder As Integer
 
'Usage
 
Dim instance As IntelligentUpScaleCommand
Dim value As Integer
 
instance.UpScalingOrder = value
 
value = instance.UpScalingOrder

Property Value

Value that determines whether the processing will start with the width first and then the height or vice versa. Pass 0 to start with the height, pass 1 to start with the width.
Example
Refer to IntelligentUpScaleCommand.
Requirements

Target Platforms

See Also

Reference

IntelligentUpScaleCommand Class
IntelligentUpScaleCommand Members

Error processing SSI file