Winnovative Excel to PDF Converter

FontCollectionInsert Method

Winnovative Excel to PDF Converter Documentation
Inserts a font to the specified index in collection.

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public void Insert(
	int index,
	PdfFont font
)

Parameters

index
Type: SystemInt32
Index in collection where to insert the font.
font
Type: Winnovative.ExcelToPdfPdfFont
The font to be inserted in the collection.
See Also

Reference