FontCollectionContains Method
Checks if the specified font belongs to the fonts collection.
Namespace: EvoWordToPdfAssembly: EvoWordToPdf_NetCore (in EvoWordToPdf_NetCore.dll) Version: 14.0.0
public bool Contains(
PdfFont font
)
- font PdfFont
- Font to search.
BooleanTrue if the font is found in the collection, otherwise returns false.