EVO Word to PDF Converter

FontCollectionContains Method

EVO Word to PDF Converter Documentation
Checks if the specified font belongs to the fonts collection.

Namespace:  EvoWordToPdf
Assembly:  evowordtopdf (in evowordtopdf.dll) Version: 10.0.0.0
Syntax

public bool Contains(
	PdfFont font
)

Parameters

font
Type: EvoWordToPdfPdfFont
Font to search.

Return Value

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

Reference