Removes the specified font from the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Remove(
	EmbeddedFont embeddedFont
)
Visual Basic
Public Sub Remove ( _
	embeddedFont As EmbeddedFont _
)

Parameters

embeddedFont
Type: C1.C1Preview..::..EmbeddedFont
The EmbeddedFont to remove.

See Also