public int WidthUpScalingFactor {get; set;}
'Declaration
Public Property WidthUpScalingFactor As Integer
'Usage
Dim instance As IntelligentUpScaleCommand
Dim value As Integer
instance.WidthUpScalingFactor = value
value = instance.WidthUpScalingFactor
public int WidthUpScalingFactor {get; set;}
get_WidthUpScalingFactor();
set_WidthUpScalingFactor(value);
Object.defineProperty('WidthUpScalingFactor');
public:
property int WidthUpScalingFactor {
int get();
void set ( int value);
}
Property Value
The number of the scaling process stages for the new width to be achieved. The recommended range is from 1 to 20. If MaskImage is used, then 1 should be passed.