'Declaration Public Function IndexOf( _ ByVal embeddedFont As EmbeddedFont _ ) As Integer
public int IndexOf( EmbeddedFont embeddedFont )
Parameters
- embeddedFont
- The EmbeddedFont to search for.
Return Value
The index of embeddedFont in the current collection, or -1 if it was not found.