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

METAHEADER

struct METAHEADER
The METAHEADER structure contains information about a Windows-format metafile.
using System.CodeDom.Compiler; using System.Runtime.InteropServices; namespace Windows.Win32.Graphics.Gdi { [StructLayout(LayoutKind.Sequential, Pack = 2)] [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] internal struct METAHEADER { internal ushort mtType; internal ushort mtHeaderSize; internal ushort mtVersion; internal uint mtSize; internal ushort mtNoObjects; internal uint mtMaxRecord; internal ushort mtNoParameters; } }