<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3" />

TYMED

enum TYMED
Indicates the type of storage medium being used in a data transfer. They are used in the STGMEDIUM or FORMATETC structures.
using System.CodeDom.Compiler; namespace Windows.Win32.System.Com { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] internal enum TYMED { TYMED_HGLOBAL = 1, TYMED_FILE = 2, TYMED_ISTREAM = 4, TYMED_ISTORAGE = 8, TYMED_GDI = 16, TYMED_MFPICT = 32, TYMED_ENHMF = 64, TYMED_NULL = 0 } }