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)
Syntaxpublic RectangleF GetPropertyRectangle(
string key
)
Public Function GetPropertyRectangle (
key As String
) As RectangleF
public:
RectangleF GetPropertyRectangle(
String^ key
)
member GetPropertyRectangle :
key : string -> RectangleF
Parameters
- key
- Type: SystemString
The name of property.
Return Value
Type:
RectangleF The property value.
See Also