DocumentPropertiesGetCustomPropertyValue Method (String, Single)

Gets a named float value from the custom properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void GetCustomPropertyValue(
	string name,
	out float value
)

Parameters

name
Type: SystemString
Name of the custom property to get
value
Type: SystemSingle
Custom property value

Implements

IDocumentPropertiesGetCustomPropertyValue(String, Single)
See Also