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

System.Drawing.Imaging.MetafileHeader

public sealed class MetafileHeader
Contains attributes of an associated Metafile. Not inheritable.
namespace System.Drawing.Imaging { public sealed class MetafileHeader { public Rectangle Bounds { get; } public float DpiX { get; } public float DpiY { get; } public int EmfPlusHeaderSize { get; } public int LogicalDpiX { get; } public int LogicalDpiY { get; } public int MetafileSize { get; } public MetafileType Type { get; } public int Version { get; } public MetaHeader WmfHeader { get; } public bool IsDisplay(); public bool IsEmf(); public bool IsEmfOrEmfPlus(); public bool IsEmfPlus(); public bool IsEmfPlusDual(); public bool IsEmfPlusOnly(); public bool IsWmf(); public bool IsWmfPlaceable(); } }