DocumentPropertiesSetCustomPropertyValue Method (String, Single)

Sets a named float custom property.

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

Parameters

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

Implements

IDocumentPropertiesSetCustomPropertyValue(String, Single)
See Also