Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontCollection Class / IndexOf Method

In This Topic
    IndexOf Method (FontCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As Font _
    ) As System.Integer
    public System.int IndexOf( 
       Font item
    )

    Parameters

    item
    See Also