DekGenius.com
[ Team LiB ] Previous Section Next Section

PrinterUnitserializable

System.Drawing.Printing (system.drawing.dll)enum

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()

    [ Team LiB ] Previous Section Next Section