DocumentPropertiesSetCustomPropertyValue Method (String, Boolean)

Sets a named boolean 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,
	bool value
)

Parameters

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

Implements

IDocumentPropertiesSetCustomPropertyValue(String, Boolean)
See Also