<PackageReference Include="System.Drawing.Common" Version="9.0.0-rc.1.24451.1" />

WmfPlaceableFileHeader

public sealed class WmfPlaceableFileHeader
Defines a placeable metafile. Not inheritable.
public short BboxBottom { get; set; }

Gets or sets the y-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.

public short BboxLeft { get; set; }

Gets or sets the x-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.

public short BboxRight { get; set; }

Gets or sets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.

public short BboxTop { get; set; }

Gets or sets the y-coordinate of the upper-left corner of the bounding rectangle of the metafile image on the output device.

public short Checksum { get; set; }

Gets or sets the checksum value for the previous ten WORD s in the header.

public short Hmf { get; set; }

Gets or sets the handle of the metafile in memory.

public short Inch { get; set; }

Gets or sets the number of twips per inch.

public int Key { get; set; }

Gets or sets a value indicating the presence of a placeable metafile header.

public int Reserved { get; set; }

Reserved. Do not use.

Initializes a new instance of the WmfPlaceableFileHeader class.