NumericGetValue Method (UnitType)
Gets the value converted to the specified UnitType.

Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public double GetValue(
	UnitType unitType
)

Parameters

unitType
Type: Aspose.Html.DrawingUnitType
Type of the unit.

Return Value

Type: Double
Returns value that is converted to specified type.
Exceptions
ExceptionCondition
ArgumentNullExceptionunitType
See Also