Aspose::Page::UserProperties::GetPropertyRectangle method

UserProperties::GetPropertyRectangle(System::String) method

Gets rectangle property value.

virtual System::Drawing::RectangleF Aspose::Page::UserProperties::GetPropertyRectangle(System::String key)
ParameterTypeDescription
keySystem::StringThe name of property.

ReturnValue

Property value.

See Also

UserProperties::GetPropertyRectangle(System::String, System::Drawing::RectangleF) method

Gets rectangle property value. If requested property is absent, returns provided default value.

virtual System::Drawing::RectangleF Aspose::Page::UserProperties::GetPropertyRectangle(System::String key, System::Drawing::RectangleF defValue)
ParameterTypeDescription
keySystem::StringThe name of property.
defValueSystem::Drawing::RectangleFDefault value of property.

ReturnValue

Property value.

See Also