ExpertPdf PDF Creator Library
Contains Method (font)
NamespacesExpertPdf.PdfCreatorFontCollectionContains(PdfFont)
ExpertPdf PDF Creator 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
True if the font is found in the collection, otherwise returns false.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)