RemoveCustomProperty

IDocumentProperties.RemoveCustomProperty method

Remove a custom property associated with a specified name.

public bool RemoveCustomProperty(string name)
ParameterTypeDescription
nameStringName of a custom property to remove.

Return Value

Return true if a property was removed, false overwise.

See Also