<PackageReference Include="System.Drawing.Common" Version="8.0.0-preview.1.23110.8" />

EncoderParameters

public sealed class EncoderParameters : IDisposable
namespace System.Drawing.Imaging { public sealed class EncoderParameters : IDisposable { public EncoderParameter[] Param { get { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } set { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } } public EncoderParameters() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public EncoderParameters(int count) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void Dispose() { } } }