GetCustomPropertyValue()

DocumentProperties::GetCustomPropertyValue(System::String, bool&) method

Gets a named boolean value from the custom properties.

void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, bool &value) override

Arguments

ParameterTypeDescription
nameSystem::StringName of the custom property to get
valuebool&Custom property value

DocumentProperties::GetCustomPropertyValue(System::String, int32_t&) method

Gets a named integer value from the custom properties.

void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, int32_t &value) override

Arguments

ParameterTypeDescription
nameSystem::StringName of the custom property to get
valueint32_t&Custom property value

DocumentProperties::GetCustomPropertyValue(System::String, System::DateTime&) method

Gets a named DateTime value from the custom properties.

void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, System::DateTime &value) override

Arguments

ParameterTypeDescription
nameSystem::StringName of the custom property to get
valueSystem::DateTime&Custom property value

DocumentProperties::GetCustomPropertyValue(System::String, System::String&) method

Gets a named string value from the custom properties.

void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, System::String &value) override

Arguments

ParameterTypeDescription
nameSystem::StringName of the custom property to get
valueSystem::String&Custom property value

DocumentProperties::GetCustomPropertyValue(System::String, float&) method

Gets a named float value from the custom properties.

void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, float &value) override

Arguments

ParameterTypeDescription
nameSystem::StringName of the custom property to get
valuefloat&Custom property value

DocumentProperties::GetCustomPropertyValue(System::String, double&) method

Gets a named double value from the custom properties.

void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, double &value) override

Arguments

ParameterTypeDescription
nameSystem::StringName of the custom property to get.
valuedouble&Custom property value

See Also