<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.2.26159.112" />

System.Drawing.Imaging.WmfPlaceableFileHeader

public sealed class WmfPlaceableFileHeader
Defines a placeable metafile. Not inheritable.
namespace System.Drawing.Imaging { public sealed class WmfPlaceableFileHeader { public int Key { get; set; } public short Hmf { get; set; } public short BboxLeft { get; set; } public short BboxTop { get; set; } public short BboxRight { get; set; } public short BboxBottom { get; set; } public short Inch { get; set; } public int Reserved { get; set; } public short Checksum { get; set; } public WmfPlaceableFileHeader(); } }