Winnovative HTML to PDF Converter

FontCollectionContains Method

Winnovative HTML to PDF Converter for .NET Documentation
Checks if the specified font belongs to the fonts collection.

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public bool Contains(
	PdfFont font
)

Parameters

font
Type: WinnovativePdfFont
Font to search.

Return Value

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

Reference