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