←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly