←Select platform

UpScalingOrder Property

Summary

Gets or sets the value that determine whether the processing will start with the width first then the height or vice versa.

Syntax
C#
VB
C++
public int UpScalingOrder { get; set; } 
  
Public Property UpScalingOrder As Integer 
public: 
property int UpScalingOrder { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly