|  | 
| PdfFontCollectionAdd Method (PdfFont) | 
 
            Adds a pdf font to the pdf fonts collection.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfFont Add(
	PdfFont font
)
Public Function Add ( 
	font As PdfFont
) As PdfFont
Parameters
- font
- Type: SelectPdfPdfFont
 The pdf font object to be add to the collection.
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