Returns the index of the specified font in the fonts collection.

C# | Visual Basic | Visual C++ |
public int IndexOf( PdfFont font )
Public Function IndexOf ( font As PdfFont ) As Integer
public: int IndexOf( PdfFont^ font )

- font (PdfFont)
- The font to search in collection.

Int32
The index of font or -1 if the font does not exist.
The index of font or -1 if the font does not exist.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)