FontCollectionIndexOf Method
Returns the index of the specified font in the fonts collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public int IndexOf(
PdfFont font
)
Public Function IndexOf (
font As PdfFont
) As Integer
public:
int IndexOf(
PdfFont^ font
)
member IndexOf :
font : PdfFont -> int
- font PdfFont
- The font to search in collection.
Int32The index of font or -1 if the font does not exist.