Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EmbeddedFontCollection Class / Remove Method
The type of the embedded font to remove.

In This Topic
    Remove Method (EmbeddedFontCollection)
    In This Topic
    Removes the embedded font with a specified type from this collection.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal type As EmbeddedFontType _
    ) As System.Boolean
    public System.bool Remove( 
       EmbeddedFontType type
    )

    Parameters

    type
    The type of the embedded font to remove.

    Return Value

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