Aspose::Page::UserProperties::GetPropertyColor method

UserProperties::GetPropertyColor(System::String) method

Gets color property value.

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

ReturnValue

Property value.

See Also

UserProperties::GetPropertyColor(System::String, System::Drawing::Color) method

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

virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key, System::Drawing::Color defValue)
ParameterTypeDescription
keySystem::StringThe name of property.
defValueSystem::Drawing::ColorDefault value of property.

ReturnValue

Property value.

See Also