FontCollectionInsert Method

Inserts a font to the specified index in collection.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void Insert(
	int index,
	PdfFont font
)

Parameters

index  Int32
Index in collection where to insert the font.
font  PdfFont
The font to be inserted in the collection.

See Also