C1.WPF.PrintDocument.4.6.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 _
) 
 

Parameters

embeddedFont
The EmbeddedFont to remove.
See Also