FontCollectionInsert Method |
Inserts a font to the specified index in collection.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public void Insert(
int index,
PdfFont font
)
Public Sub Insert (
index As Integer,
font As PdfFont
)
Parameters
- index
- Type: SystemInt32
Index in collection where to insert the font. - font
- Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfFont
The font to be inserted in the collection.
See Also