PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / EmbeddedFontCollection Class / Remove Method
The EmbeddedFont to remove.

In This Topic
    Remove Method (EmbeddedFontCollection)
    In This Topic
    Removes the specified font from the current collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal embeddedFont As EmbeddedFont _
    ) 
    public void Remove( 
       EmbeddedFont embeddedFont
    )

    Parameters

    embeddedFont
    The EmbeddedFont to remove.
    See Also