|
PdfFontCollectionAdd Method (PdfFont) |
Adds the specified array of pdf fonts to the pdf document fonts collection.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public void Add(
PdfFont[] fonts
)
Public Sub Add (
fonts As PdfFont()
)
Parameters
- fonts
- Type: SelectPdfPdfFont
The pdf fonts to be added to the collection.
See Also