FontSubstitutionCollection.Remove

FontSubstitutionCollection.Remove method

Deletes the font substitution element.

public bool Remove(FontSubstitution item)
ParameterTypeDescription
itemFontSubstitutionFontSubstitution object to delete.

Return Value

True - if element removed; otherwise, false.

See Also