Checks if the specified font belongs to the fonts collection.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Parameters

font
Type: EvoPdf..::..PdfFont
Font to search.

Return Value

Type: Boolean
True if the font is found in the collection, otherwise returns false.

See Also