 | PdfFontCollectionIndexOf Method |
Determines the index of a specific
PdfFont in the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int IndexOf(
PdfFont item
)
Public Function IndexOf (
item As PdfFont
) As Integer
public:
virtual int IndexOf(
PdfFont^ item
) sealed
abstract IndexOf :
item : PdfFont -> int
override IndexOf :
item : PdfFont -> int public final int IndexOf(
PdfFont item
)
Parameters
- item PdfFont
- The PdfFont to locate in the collection
Return Value
Int32The index of
PdfFont if found in the collection; otherwise, -1.
Implements
IReadOnlyListTIndexOf(T)
See Also