|  | 
| PdfFontCollectionRemove Method  | 
 
            Removes the specified pdf font from the fonts collection.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic void Remove(
	PdfFont font
)
Public Sub Remove ( 
	font As PdfFont
)
Parameters
- font
- Type: SelectPdfPdfFont
 The font to be removed from the pdf fonts collection.
 See Also
See Also