MetafileFrameUnit
Specifies the unit of measurement for the rectangle used to size and position a metafile. This is specified during the creation of the Metafile object.
namespace System.Drawing.Imaging
{
public enum MetafileFrameUnit
{
Pixel = 2,
Point,
Inch,
Document,
Millimeter,
GdiCompatible
}
}