PaperUnitHelperInchesTo Method

Converts a value in inches to another value.

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 InchesTo(
	double value,
	PaperUnit unit
)

Parameters

value  Double
The value in inches.
unit  PaperUnit
The unit to convert to.

Return Value

Double
The value in unit.
See Also