[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EmbeddedFontCollection.Remove

Remove Method

Remove(EmbeddedFontType)

Removes the embedded font with a specified type from this collection.

Declaration
public bool Remove(EmbeddedFontType type)
Public Function Remove(type As EmbeddedFontType) As Boolean
Parameters
Type Name Description
EmbeddedFontType type

The type of the embedded font to remove.

Returns
Type Description
bool

true if the font with the specified type was removed, false otherwise.