Winnovative HTML to PDF Converter

FontCollectionInsert Method

Winnovative HTML to PDF Converter for .NET Documentation
Inserts a font to the specified index in collection.

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.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: WinnovativePdfFont
The font to be inserted in the collection.
See Also

Reference