Gets or sets the value that determine whether the processing will start with the width first then the height or vice versa.
public int DownScalingOrder { get; set; }
Public Property DownScalingOrder As Integer
public int DownScalingOrder {get; set;}
get_DownScalingOrder();
set_DownScalingOrder(value);
Object.defineProperty('DownScalingOrder');
Value that determine whether the processing will start with the width first then the height or vice versa. Pass 0 to start with the height, pass 1 to start with the width.
Refer to IntelligentDownScaleCommand.
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