Name

PrinterUnit

Synopsis

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) PrinterUnit

Passed To

PrinterUnitConvert.Convert()

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.