Searches for the specified Font in the FontCollection.

Namespace: TallComponents.PDF.Rasterizer.Fonts
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public int IndexOf(
	Font font
)
Visual Basic
Public Function IndexOf ( _
	font As Font _
) As Integer

Parameters

font
Type: TallComponents.PDF.Rasterizer.Fonts..::..Font
The Font to locate in the FontCollection.

Return Value

The zero-based index at which the Font is found, -1 if not found.

See Also