| NumericGetValue Method (UnitType) |
Gets the value converted to the specified
UnitType.
Namespace: Aspose.Html.DrawingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic double GetValue(
UnitType unitType
)
Public Function GetValue (
unitType As UnitType
) As Double
public:
double GetValue(
UnitType^ unitType
)
member GetValue :
unitType : UnitType -> float
Parameters
- unitType
- Type: Aspose.Html.DrawingUnitType
Type of the unit.
Return Value
Type:
Double
Returns value that is converted to specified type.
Exceptions
See Also