|  | 
| PdfFontCollectionContains Method  | 
 
            Checks if the specified font belongs to the fonts collection.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic bool Contains(
	PdfFont font
)
Public Function Contains ( 
	font As PdfFont
) As Boolean
Parameters
- font
- Type: SelectPdfPdfFont
 The specified pdf font.
Return Value
Type: 
BooleanTrue if the font is found in the collection, otherwise returns false.
 See Also
See Also