Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface / FindFileName Method

In This Topic
    FindFileName Method (IFontCollection)
    In This Topic
    Searches for the first font having the specified file name.
    Syntax
    'Declaration
     
    Function FindFileName( _
       ByVal fontFileName As System.String _
    ) As Font
    Font FindFileName( 
       System.string fontFileName
    )

    Parameters

    fontFileName
    See Also