DocumentPropertiesSetCustomPropertyValue Method (String, Int32)

Sets a named integer 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,
	int value
)

Parameters

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

Implements

IDocumentPropertiesSetCustomPropertyValue(String, Int32)
See Also