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
)
Function Remove (
name As String
) As Boolean
bool Remove(
String^ name
)
abstract Remove :
name : string -> bool
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