UserProperties.GetPropertyStringArray
GetPropertyStringArray(string)
Gets string array property value.
public virtual string[] GetPropertyStringArray(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
GetPropertyStringArray(string, string[])
Gets string array property value. If requested property is absent, returns provided default value.
public virtual string[] GetPropertyStringArray(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