FontCollectionInsert Method |
Inserts a font to the specified index in collection.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic void Insert(
int index,
PdfFont font
)
Public Sub Insert (
index As Integer,
font As PdfFont
)
Parameters
- index Int32
- Index in collection where to insert the font.
- font PdfFont
- The font to be inserted in the collection.
See Also