PrinterUnitConvert.Convert Method (Margins, PrinterUnit, PrinterUnit)
Converts a Margins from one PrinterUnit type to another PrinterUnit type.
Namespace: System.Drawing.Printing
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- value
- Type: System.Drawing.Printing.Margins
The Margins being converted.
- fromUnit
- Type: System.Drawing.Printing.PrinterUnit
The unit to convert from.
- toUnit
- Type: System.Drawing.Printing.PrinterUnit
The unit to convert to.
Return Value
Type: System.Drawing.Printing.MarginsA Margins that represents the converted PrinterUnit.
The following table shows the PrinterUnit values.
Value | Description |
|---|---|
Display | The default unit (0.01 in.). |
ThousandthsOfAnInch | One-thousandth of an inch (0.001 in.). |
HundredthsOfAMillimeter | One-hundredth of a millimeter (0.01 mm). |
TenthsOfAMillimeter | One-tenth of a millimeter (0.1 mm). |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.