Click or drag to resize

FontCollectionInsert Method

Inserts a font to the specified index in collection.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
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