ImageDeviceGetPropertyRectangle Method

Gets a value of rectangle property.

Namespace:  Aspose.Page.EPS.Device
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public RectangleF GetPropertyRectangle(
	string key
)

Parameters

key
Type: SystemString
The name of property.

Return Value

Type: RectangleF
The property value.
See Also