ExpertPdf Html to Pdf Converter Library
IndexOf Method (font)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentFontCollectionIndexOf(PdfFont)
ExpertPdf Html to Pdf Converter Library
Returns the index of the specified font in the fonts collection.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	PdfFont font
)
Public Function IndexOf ( 
	font As PdfFont
) As Integer
public:
int IndexOf(
	PdfFont^ font
)
Parameters
font (PdfFont)
The font to search in collection.
Return Value
Int32
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)