ExpertPdf Html to Pdf Converter Library
Insert Method (index, font)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentFontCollectionInsert(Int32, PdfFont)
ExpertPdf Html to Pdf Converter Library
Inserts a font to the specified index in collection.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	int index,
	PdfFont font
)
Public Sub Insert ( 
	index As Integer,
	font As PdfFont
)
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.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)