Aspose::Page::UserProperties::GetPropertySize method

UserProperties::GetPropertySize(System::String) method

Gets size property value.

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

ReturnValue

Property value.

See Also

UserProperties::GetPropertySize(System::String, System::Drawing::Size) method

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

virtual System::Drawing::Size Aspose::Page::UserProperties::GetPropertySize(System::String key, System::Drawing::Size defValue)
ParameterTypeDescription
keySystem::StringThe name of property.
defValueSystem::Drawing::SizeDefault value of property.

ReturnValue

Property value.

See Also