UserProperties.GetPropertyFloat
GetPropertyFloat(string)
Gets float property value.
public virtual float GetPropertyFloat(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
GetPropertyFloat(string, float)
Gets float property value. If requested property is absent, returns provided default value.
public virtual float GetPropertyFloat(string key, float defValue)
Parameter | Type | Description |
---|---|---|
key | String | The name of property. |
defValue | Single | Default value of property. |
Return Value
Property value.
See Also
- class UserProperties
- namespace Aspose.Page
- assembly Aspose.Page