ConvertConfig.ResetOutputScaling Method
Definition
Namespace: P1.ImageSdk
Convenience method to reset (remove) any scaling.
public ConvertConfig ResetOutputScaling();
This method reverts any previous calls to: SetOutputScale, SetOutputWidth & SetOutputHeight.
Returns:
This object itself (this), to allow chaining