FontCollectionIndexOf Method
Returns the index of the specified font in the fonts collection.
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 14.0.0
public int IndexOf(
PdfFont font
)
- font PdfFont
- The font to search in collection.
Int32The index of font or -1 if the font does not exist.