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