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