FontCollectionInsert Method

Inserts a font to the specified index in collection.

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.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