Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface / 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
     
    Overloads Function SelectByFileName( _
       ByVal fontFileName As System.String _
    ) As System.Collections.Generic.List(Of Font)
    System.Collections.Generic.List<Font> SelectByFileName( 
       System.string fontFileName
    )

    Parameters

    fontFileName
    See Also