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