LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

DownScalingOrder Property






Gets or sets the value that determine whether the processing will start with the width first then the height or vice versa. .NET support WinRT support
Syntax
public int DownScalingOrder {get; set;}
'Declaration
 
Public Property DownScalingOrder As Integer
'Usage
 
Dim instance As IntelligentDownScaleCommand
Dim value As Integer
 
instance.DownScalingOrder = value
 
value = instance.DownScalingOrder
public int DownScalingOrder {get; set;}
 get_DownScalingOrder();
set_DownScalingOrder(value);
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
Refer to IntelligentDownScaleCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntelligentDownScaleCommand Class
IntelligentDownScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.