DocumentPropertiesRemoveCustomProperty Method

Remove a custom property associated with a specified name.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public bool RemoveCustomProperty(
	string name
)

Parameters

name
Type: SystemString
Name of a custom property to remove.

Return Value

Type: Boolean
Return true if a property was removed, false overwise.

Implements

IDocumentPropertiesRemoveCustomProperty(String)
See Also