Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontCollection Class / SelectByFileName Method / SelectByFileName(String) Method

In This Topic
    SelectByFileName(String) Method
    In This Topic
    Returns the list of fonts having the same specified file name.
    Syntax
    'Declaration
     
    Public Overloads Function SelectByFileName( _
       ByVal fontFileName As System.String _
    ) As System.Collections.Generic.List(Of Font)
    public System.Collections.Generic.List<Font> SelectByFileName( 
       System.string fontFileName
    )

    Parameters

    fontFileName
    See Also