DocumentPropertyCollection.Remove

DocumentPropertyCollection.Remove method

Removes a property with the specified name from the collection.

public void Remove(string name)
ParameterTypeDescription
nameStringThe case-insensitive name of the property.

See Also