Click or drag to resize

PdfFontResourceCollectionIndexOf Method

Determines the index of a specific PdfFontResource in the PdfFontResourceCollection.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public int IndexOf(
	Object value
)

Parameters

value
Type: SystemObject
The PdfFontResource to locate in the PdfFontResourceCollection

Return Value

Type: Int32
The index of value if found in the list; otherwise -1.
See Also