Returns the index of the specified font in the collection.

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

Syntax

C#
public int IndexOf(
	EmbeddedFont embeddedFont
)
Visual Basic
Public Function IndexOf ( _
	embeddedFont As EmbeddedFont _
) As Integer

Parameters

embeddedFont
Type: C1.C1Preview..::..EmbeddedFont
The EmbeddedFont to search for.

Return Value

The index of embeddedFont in the current collection, or -1 if it was not found.

See Also