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