FontCollectionContains Method
Checks if the specified font belongs to the fonts collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool Contains(
PdfFont font
)
Public Function Contains (
font As PdfFont
) As Boolean
public:
bool Contains(
PdfFont^ font
)
member Contains :
font : PdfFont -> bool
- font PdfFont
- Font to search.
BooleanTrue if the font is found in the collection, otherwise returns false.