DocumentPropertiesGetCustomPropertyValue Method (String, Double)

Gets a named double 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 double value
)

Parameters

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

Implements

IDocumentPropertiesGetCustomPropertyValue(String, Double)
See Also