This topic has not yet been rated - Rate this topic

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)
public static Margins Convert(
	Margins value,
	PrinterUnit fromUnit,
	PrinterUnit toUnit
)

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.Margins
A 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).

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.