|  | 
| PdfFontCollectionAdd Method (PdfFont) | 
 
            Adds the specified array of pdf fonts to the pdf document fonts collection. 
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic void Add(
	PdfFont[] fonts
)
Public Sub Add ( 
	fonts As PdfFont()
)
Parameters
- fonts
- Type: SelectPdfPdfFont
 The pdf fonts to be added to the collection.
 See Also
See Also