PaperUnitHelperMillimetersTo Method

Converts a value in millimeters to another value.

Namespace:  Dundas.BI.Print
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static double MillimetersTo(
	double value,
	PaperUnit unit
)

Parameters

value
Type: SystemDouble
The value in millimeters.
unit
Type: Dundas.BI.PrintPaperUnit
The unit to convert to.

Return Value

Type: Double
The value in unit.
See Also