FontSourceCollection.Remove

FontSourceCollection.Remove method

Deletes the font source element.

public bool Remove(FontSource item)
ParameterTypeDescription
itemFontSourceFontSource object that will be deleted.

Return Value

True - if element found; otherwise, false.

See Also