FontCollectionInsert Method

Inserts a font to the specified index in collection.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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