March 2003
Intermediate to advanced
896 pages
32h 35m
English
PrinterUnit
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 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ PrinterUnit
PrinterUnitConvert.Convert()