ExpertPdf PDF Creator Library
Insert Method (index, font)
NamespacesExpertPdf.PdfCreatorFontCollectionInsert(Int32, PdfFont)
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 7.0.0.0 (7.0.0.0)