GetCustomPropertyValue()

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

Gets a named boolean value from the custom properties.

virtual void Aspose::Slides::IDocumentProperties::GetCustomPropertyValue(System::String name, bool &value)=0

Arguments

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

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

Gets a named integer value from the custom properties.

virtual void Aspose::Slides::IDocumentProperties::GetCustomPropertyValue(System::String name, int32_t &value)=0

Arguments

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

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

Gets a named DateTime value from the custom properties.

virtual void Aspose::Slides::IDocumentProperties::GetCustomPropertyValue(System::String name, System::DateTime &value)=0

Arguments

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

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

Gets a named string value from the custom properties.

virtual void Aspose::Slides::IDocumentProperties::GetCustomPropertyValue(System::String name, System::String &value)=0

Arguments

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

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

Gets a named float value from the custom properties.

virtual void Aspose::Slides::IDocumentProperties::GetCustomPropertyValue(System::String name, float &value)=0

Arguments

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

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

Gets a named double value from the custom properties.

virtual void Aspose::Slides::IDocumentProperties::GetCustomPropertyValue(System::String name, double &value)=0

Arguments

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

See Also