Click or drag to resize
Pdf Library for .NET

PdfFontCollectionInsert Method

Inserts a font to the specified index in the pdf fonts collection.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public void Insert(
	int index,
	PdfFont font
)

Parameters

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