PrinterUnit
Specifies several of the units of measure used for printing.
namespace System.Drawing.Printing
{
public enum PrinterUnit
{
Display,
ThousandthsOfAnInch,
HundredthsOfAMillimeter,
TenthsOfAMillimeter
}
}