This enumeration lists the device resolution units permissible in Win32 print device contexts. See PrinterUnitConvert.Convert() for information on how to convert a type from one set of units to another. public enum PrinterUnit { Display = 0 , ThousandthsOfAnInch = 1 , HundredthsOfAMillimeter = 2 , TenthsOfAMillimeter = 3 } Hierarchy System.Object Passed ToPrinterUnitConvert.Convert() |