NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterUnitConvert.Convert (Double, PrinterUnit, PrinterUnit)

Converts the value, in fromUnit units, to toUnit units.

[Visual Basic]
Overloads Public Shared Function Convert( _
   ByVal value As Double, _
   ByVal fromUnit As PrinterUnit, _
   ByVal toUnit As PrinterUnit _
) As Double
[C#]
public static double Convert(
   double value,
   PrinterUnit fromUnit,
   PrinterUnit toUnit
);
[C++]
public: static double Convert(
   double value,
   PrinterUnit fromUnit,
   PrinterUnit toUnit
);
[JScript]
public static function Convert(
   value : double,
   fromUnit : PrinterUnit,
   toUnit : PrinterUnit
) : double;

Parameters

value
[To be supplied.]
fromUnit
[To be supplied.]
toUnit
[To be supplied.]

See Also

PrinterUnitConvert Class | PrinterUnitConvert Members | System.Drawing.Printing Namespace | PrinterUnitConvert.Convert Overload List