Documents for PDF, .NET Edition Documentation
SelectByFontPath(String) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > IFontCollection Interface > SelectByFontPath Method : SelectByFontPath(String) Method
Returns the list of fonts having the same specified font path.
Syntax
'Declaration
 
Overloads Function SelectByFontPath( _
   ByVal fontPath As System.String _
) As System.Collections.Generic.List(Of Font)
System.Collections.Generic.List<Font> SelectByFontPath( 
   System.string fontPath
)

Parameters

fontPath
See Also

Reference

IFontCollection Interface
IFontCollection Members
Overload List