Aspose::Page::UserProperties::GetProperty method

UserProperties::GetProperty(System::String) method

Gets string property value.

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

ReturnValue

Property value.

See Also

UserProperties::GetProperty(System::String, System::String) method

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

virtual System::String Aspose::Page::UserProperties::GetProperty(System::String key, System::String defValue)
ParameterTypeDescription
keySystem::StringThe name of property.
defValueSystem::StringDefault value of property.

ReturnValue

Property value.

See Also