|  | 
| PdfFontCollectionAdd Method (String) | 
 
            Adds a system font to the pdf fonts collection. The font is loaded from the specified file.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 20.2
 Syntax
Syntaxpublic PdfFont Add(
	string fontFilename
)
Public Function Add ( 
	fontFilename As String
) As PdfFont
Parameters
- fontFilename
- Type: SystemString
 
Return Value
Type: 
PdfFontThe pdf font added to the fonts collection.
 Remarks
Remarks
            If the font was already added, the method returns the existing pdf font. 
            
 See Also
See Also