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);
Object.defineProperty('DownScalingOrder');
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.