Checks if the specified font belongs to the fonts collection.

C# | Visual Basic | Visual C++ |
public bool Contains( PdfFont font )
Public Function Contains ( font As PdfFont ) As Boolean
public: bool Contains( PdfFont^ font )

- font (PdfFont)
- Font to search.

Boolean
True if the font is found in the collection, otherwise returns false.
True if the font is found in the collection, otherwise returns false.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)