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

MetaHeader

public sealed class MetaHeader
Contains information about a windows-format (WMF) metafile.
public short HeaderSize { get; set; }

Gets or sets the size, in bytes, of the header file.

public int MaxRecord { get; set; }

Gets or sets the size, in bytes, of the largest record in the associated Metafile object.

public short NoObjects { get; set; }

Gets or sets the maximum number of objects that exist in the Metafile object at the same time.

public short NoParameters { get; set; }

Not used. Always returns 0.

public int Size { get; set; }

Gets or sets the size, in bytes, of the associated Metafile object.

public short Type { get; set; }

Gets or sets the type of the associated Metafile object.

public short Version { get; set; }

Gets or sets the version number of the header format.

public MetaHeader()

Initializes a new instance of the MetaHeader class.