LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DownScalingOrder Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > IntelligentDownScaleCommand Class : DownScalingOrder Property



Gets or sets the value that determine whether the processing will start with the width first then the height or vice versa.

Syntax

Visual Basic (Declaration) 
Public Property DownScalingOrder As Integer
Visual Basic (Usage)Copy Code
Dim instance As IntelligentDownScaleCommand
Dim value As Integer
 
instance.DownScalingOrder = value
 
value = instance.DownScalingOrder
C# 
public int DownScalingOrder {get; set;}
C++/CLI 
public:
property int DownScalingOrder {
   int get();
   void set (    int value);
}

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also