FontCollectionIndexOf Method |
Returns the index of the specified font in the fonts collection.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic int IndexOf(
PdfFont font
)
Public Function IndexOf (
font As PdfFont
) As Integer
Parameters
- font PdfFont
- The font to search in collection.
Return Value
Int32The index of font or -1 if the font does not exist.
See Also