←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
C++
public int DownScalingOrder { get; set; } 
  
Public Property DownScalingOrder As Integer 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.