Gets or sets the value that determine whether the processing will start with the width first then the height or vice versa.
public int UpScalingOrder { get; set; }
Public Property UpScalingOrder As Integer
public int UpScalingOrder {get; set;}
get_UpScalingOrder();
set_UpScalingOrder(value);
Object.defineProperty('UpScalingOrder');
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.
Refer to IntelligentUpScaleCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET