FontCollectionContains Method

Checks if the specified font belongs to the fonts collection.

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
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.

See Also