FontCollectionInsert Method
Inserts a font to the specified index in collection.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 20.0.0
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.