EVO HTML to PDF Converter

FontCollectionIndexOf Method

EVO HTML to PDF Converter for .NET Documentation
Returns the index of the specified font in the fonts collection.

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public int IndexOf(
	PdfFont font
)

Parameters

font
Type: EvoPdfPdfFont
The font to search in collection.

Return Value

Type: Int32
The index of font or -1 if the font does not exist.
See Also

Reference