Click or drag to resize

IDocumentProperty Remove Method

Remove a custom property associated with a specified name.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
bool Remove(
	string name
)

Parameters

name
Type: System String
Name of a custom property to remove.

Return Value

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