←Select platform

DownScalingOrder 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
WinRT C#
C++
public int DownScalingOrder { get; set; } 
  
Public Property DownScalingOrder As Integer 
public int DownScalingOrder {get; set;} 
  
get_DownScalingOrder(); 
set_DownScalingOrder(value); 
Object.defineProperty('DownScalingOrder');  
public: 
property int DownScalingOrder { 
   int get(); 
   void set (    int ); 
} 

Property Value

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.

Example

Refer to IntelligentDownScaleCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly