|  | 
| PdfFontCollectionIndexOf Method  | 
 
            Returns the index of the specified font in the fonts collection.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic int IndexOf(
	PdfFont font
)
Public Function IndexOf ( 
	font As PdfFont
) As Integer
Parameters
- font
- Type: SelectPdfPdfFont
 The font to search in collection.
Return Value
Type: 
Int32The index of font or -1 if the font does not exist.
 See Also
See Also