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