Save outputformat tiff on linux or docker

Hi Guys,
when I try to save a workbook in Ubuntu as Tiff format, I get an excpetion. I am using the current version 19.5.0
grafik.png (6.4 KB)
Can you see why this does not work.
Here is my sample app in dotnet core.
AsposeTiff.zip (196.3 KB)
If you run the example on Linux or Docker it will not work.

Thank you for your support.

@moosbart,
I tested the sample file where saving as “.tiff” file throws an error. This is expected behaviour because this method has not been implemented on Linux:
System.Drawing.Image.SaveAdd(EncoderParameters encoderParams);
Perhaps we should wait for a new version of System.Drawing.Common to support tiff file.

@ahsaniqbalsidiqui,
Thanks for this information.
I hope that there will be a version soon.