Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
UpScalingOrder Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > IntelligentUpScaleCommand Class : 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

Visual Basic (Declaration)  
Public Property UpScalingOrder As Integer
Visual Basic (Usage) Copy Code
Dim instance As IntelligentUpScaleCommand
Dim value As Integer
 
instance.UpScalingOrder = value
 
value = instance.UpScalingOrder
C#  
public int UpScalingOrder {get; set;}
C++/CLI  
public:
property int UpScalingOrder {
   int get();
   void set (int value);
}

Return 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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also