Click or drag to resize
Pdf Library for .NET

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
)

Parameters

fonts
Type: SelectPdfPdfFont
The pdf fonts to be added to the collection.
See Also