UserProperties.GetPropertyDouble
GetPropertyDouble(string)
Gets double property value.
public virtual double GetPropertyDouble(string key)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
Return Value
Property value.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page
GetPropertyDouble(string, double)
Gets double property value. If requested property is absent, returns provided default value.
public virtual double GetPropertyDouble(string key, double defValue)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
defValue | Double | Default value of property. |
Return Value
Property value.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page