PaperUnitHelperMillimetersToInches Method

Converts a value in millimeters to inches.

Namespace: Dundas.BI.Print
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static double MillimetersToInches(
	double value
)

Parameters

value  Double
The value in millimeters.

Return Value

Double
The value in inches.
See Also