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