Inserts a font to the specified index in collection.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public void Insert(
	int index,
	PdfFont font
)
Visual Basic
Public Sub Insert ( 
	index As Integer,
	font As PdfFont
)
Visual C++
public:
void Insert(
	int index, 
	PdfFont^ font
)

Parameters

index
Type: System..::..Int32
Index in collection where to insert the font.
font
Type: EvoPdf..::..PdfFont
The font to be inserted in the collection.

See Also