get_value method
get_value
Gets the unit value.
Returns
The object value.
def get_value(self):
    ...
get_value
Gets the value converted to the specified UnitType.
Returns
Returns value that is converted to specified type.
def get_value(self, unit_type):
    ...
| Parameter | Type | Description | 
|---|---|---|
| unit_type | UnitType | Type of the unit. | 
Exceptions
| Exception | Description | 
|---|---|
| ArgumentNullException | unitType | 
See Also
- module aspose.html.drawing
- class Resolution
- class UnitType