Aspose::Page::UserProperties::GetPropertyStringArray method

UserProperties::GetPropertyStringArray(System::String) method

Gets string array property value.

virtual System::ArrayPtr<System::String> Aspose::Page::UserProperties::GetPropertyStringArray(System::String key)
ParameterTypeDescription
keySystem::StringThe name of property.

ReturnValue

Property value.

See Also

UserProperties::GetPropertyStringArray(System::String, System::ArrayPtr<System::String>) method

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

virtual System::ArrayPtr<System::String> Aspose::Page::UserProperties::GetPropertyStringArray(System::String key, System::ArrayPtr<System::String> defValue)
ParameterTypeDescription
keySystem::StringThe name of property.
defValueSystem::ArrayPtr<System::String>Default value of property.

ReturnValue

Property value.

See Also