ExpertPdf Html to Pdf Converter Library
Contains Method (font)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentFontCollectionContains(PdfFont)
ExpertPdf Html to Pdf Converter Library
Checks if the specified font belongs to the fonts collection.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	PdfFont font
)
Public Function Contains ( 
	font As PdfFont
) As Boolean
public:
bool Contains(
	PdfFont^ font
)
Parameters
font (PdfFont)
Font to search.
Return Value
Boolean
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)